Update alpine Docker tag to v3.19 - abandoned #5

Closed
renovate wants to merge 1 commits from renovate_alpine-3.x into main
Showing only changes of commit a6efba9de7 - Show all commits

View File

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