Compare commits

..

No commits in common. "481b0c645b93bb11c59236f433e3a38f254551d0" and "524cbde093ce1c339e57b4bf3e112cbfbf803b9d" have entirely different histories.

View file

@ -1,4 +1,4 @@
FROM alpine:3.18.0 FROM alpine:3.17.3
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"]