Compare commits
No commits in common. "e363549ac7a8723b4e7ae0fe24d6e79cf62a0b96" and "a984a527adef4675f5754c50c2bc8ded9ab23bf7" have entirely different histories.
e363549ac7
...
a984a527ad
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
Reference in a new issue