Update alpine Docker tag to v3.18

This commit is contained in:
renovate 2023-05-09 23:25:12 +00:00 committed by hashworks
parent c2f9a8ac85
commit 9e02744bb9

View File

@ -8,7 +8,7 @@
# The second stage is for actually configuring the system a little bit.
# Some templating is done in order to allow us to easily build different configurations and to
# allow us to automate the release process.
FROM alpine:3.17 AS verify
FROM alpine:3.18 AS verify
COPY TEMPLATE_ROOTFS_FILE /
RUN apk add --no-cache curl tar zstd