Compare commits

..

No commits in common. "e363549ac7a8723b4e7ae0fe24d6e79cf62a0b96" and "a984a527adef4675f5754c50c2bc8ded9ab23bf7" have entirely different histories.

View file

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