Compare commits

..

1 Commits

Author SHA1 Message Date
0e1f0e9a08 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
2024-12-06 03:02:35 +00:00

View File

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