chore(deps): update alpine docker tag to v3.21 #1

Open
renovate wants to merge 1 commits from renovate/all-minor-patch into main
Showing only changes of commit 0e1f0e9a08 - Show all commits

View File

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