Update alpine Docker tag to v3.19.0
All checks were successful
ci / docker (pull_request) Successful in 1m5s

This commit is contained in:
renovate-bot 2023-12-08 05:00:20 +00:00
parent 3c6ca573f1
commit 64fc9e2efc

View File

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