Update alpine Docker tag to v3.20.3
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate Bot 2024-09-06 22:23:41 +00:00
parent a63db13bd8
commit b42e04ed58
Signed by: renovate
GPG key ID: BE1779FA19BFB6E9

View file

@ -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"]