Compare commits

..

No commits in common. "b56353915831a201f450784a15f232587b50b559" and "a70f9c4e38dbddde5b0530e084a7fb5f2c2a380a" have entirely different histories.

View file

@ -1,4 +1,4 @@
FROM amd64/alpine:3.18.3
FROM amd64/alpine:3.18.2
RUN apk add --no-cache curl
ADD script.sh /script.sh
ENTRYPOINT ["/script.sh"]