Compare commits

..

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

View file

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