Compare commits

..

No commits in common. "f71843de9a71b9e9ab5f6e9f31565fead4aef346" and "e2177fc6bfd68b8fefa514e60017450a89606e4d" have entirely different histories.

View file

@ -1,4 +1,4 @@
FROM amd64/alpine:3.20.1 FROM amd64/alpine:3.20.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"]