Update alpine Docker tag to v3.18.4
This commit is contained in:
parent
204ef64f72
commit
ef93bb3b36
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM amd64/alpine:3.18.3
|
FROM amd64/alpine:3.18.4
|
||||||
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"]
|
Reference in a new issue