Update alpine Docker tag to v3.18.5
Some checks failed
ci / docker (pull_request) Failing after 13s

This commit is contained in:
renovate-bot 2023-11-30 23:00:09 +00:00
parent 3c6ca573f1
commit ac758ac88a

View File

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