1 Commits

Author SHA1 Message Date
229735a3c2 chore(deps): update alpine docker tag to v3.22.0
All checks were successful
ci / docker (pull_request) Successful in 3m12s
2025-06-01 00:02:10 +00:00

View File

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