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

This commit is contained in:
Renovate Bot 2023-05-10 00:07:28 +00:00
parent 524cbde093
commit fc90cea33c
Signed by: renovate
GPG key ID: BE1779FA19BFB6E9

View file

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