Compare commits

..

1 Commits

Author SHA1 Message Date
8ac0273c5c chore(deps): update alpine docker tag to v3.20.2
All checks were successful
ci / docker (pull_request) Successful in 4m23s
2024-07-28 00:01:25 +00:00

View File

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