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

This commit is contained in:
Renovate Bot 2023-08-07 20:17:42 +00:00
parent a70f9c4e38
commit 6915fdf480
Signed by: renovate
GPG key ID: BE1779FA19BFB6E9

View file

@ -1,4 +1,4 @@
FROM amd64/alpine:3.18.2
FROM amd64/alpine:3.18.3
RUN apk add --no-cache curl
ADD script.sh /script.sh
ENTRYPOINT ["/script.sh"]