Compare commits

..

1 Commits

Author SHA1 Message Date
1bf7cd6a86 chore(deps): update alpine docker tag to v3.20.1
All checks were successful
ci / docker (pull_request) Successful in 24s
2024-06-23 00:01:32 +00:00

View File

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