chore(deps): update alpine docker tag to v3.19 #2

Open
renovate wants to merge 1 commits from renovate/alpine-3.x into master
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
ARG ALPINE_VERSION=3.17
ARG ALPINE_VERSION=3.19
FROM alpine:${ALPINE_VERSION}
ARG ALPINE_VERSION