chore(deps): update alpine docker tag to v3.21
Some checks failed
ZeroDownTime/docker-repository/pipeline/pr-main There was a failure building this commit

This commit is contained in:
Renovate Bot 2024-12-06 03:02:35 +00:00
parent 5581f5fbb1
commit 0e1f0e9a08

View File

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