Update alpine Docker tag to v3.19
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Simon Cornet 2023-12-08 06:08:25 +00:00
parent 155544307b
commit a6efba9de7

View File

@ -8,7 +8,7 @@ ARG ANSIBLE_LINT_VERSION=6.22.0
ARG YAMLLINT_VERSION=1.33.0 ARG YAMLLINT_VERSION=1.33.0
# alpine version # alpine version
FROM alpine:3.18 FROM alpine:3.19
# install software # install software
RUN apk update RUN apk update