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

This commit is contained in:
Renovate Bot 2025-05-31 03:04:00 +00:00
parent 5581f5fbb1
commit dc5e99797e

View File

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