Update alpine Docker tag to v3.19.1
This commit is contained in:
parent
c1fc93e53b
commit
e8cbd9f515
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM amd64/alpine:3.19.0
|
||||
FROM amd64/alpine:3.19.1
|
||||
RUN apk add --no-cache curl
|
||||
ADD script.sh /script.sh
|
||||
ENTRYPOINT ["/script.sh"]
|
Reference in a new issue