Compare commits

..

1 Commits

Author SHA1 Message Date
67f0d230d5 chore(deps): update alpine docker tag to v3.21.3
All checks were successful
ci / docker (pull_request) Successful in 34s
2025-02-16 00:02:07 +00:00

View File

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