Update alpine Docker tag to v3.20.3
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a63db13bd8
commit
b42e04ed58
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM amd64/alpine:3.20.2
|
FROM amd64/alpine:3.20.3
|
||||||
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