Compare commits

..

No commits in common. "c1fc93e53b1e02e3858f01d2d5563626a70a5e5d" and "2509a7c59ca6558de9eb89b68e883952b6d9319c" have entirely different histories.

View file

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