Compare commits

..

1 Commits

Author SHA1 Message Date
38b34e886f chore(deps): update alpine docker tag to v3.21.0
All checks were successful
ci / docker (pull_request) Successful in 2m54s
2024-12-08 00:02:21 +00:00

View File

@ -1,4 +1,4 @@
FROM alpine:3.20.3
FROM alpine:3.21.0
# Set labels manually, each build service differs in used or predefined labels.
LABEL maintainer="OCram85"