Compare commits
2 commits
524cbde093
...
481b0c645b
Author | SHA1 | Date | |
---|---|---|---|
481b0c645b | |||
fc90cea33c |
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:3.17.3
|
||||
FROM alpine:3.18.0
|
||||
RUN apk add --no-cache curl
|
||||
ADD script.sh /script.sh
|
||||
ENTRYPOINT ["/script.sh"]
|
Reference in a new issue