Compare commits

..

1 Commits

Author SHA1 Message Date
6e0760be92 Update alpine Docker tag to v3.18.4
All checks were successful
ci / docker (pull_request) Successful in 1m25s
2023-09-29 04:00:11 +00:00

View File

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