Compare commits

..

1 Commits

Author SHA1 Message Date
dc5e99797e 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
2025-05-31 03:04:00 +00:00

View File

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