Compare commits
No commits in common. "481b0c645b93bb11c59236f433e3a38f254551d0" and "524cbde093ce1c339e57b4bf3e112cbfbf803b9d" have entirely different histories.
481b0c645b
...
524cbde093
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:3.18.0
|
||||
FROM alpine:3.17.3
|
||||
RUN apk add --no-cache curl
|
||||
ADD script.sh /script.sh
|
||||
ENTRYPOINT ["/script.sh"]
|
Reference in a new issue