Update alpine Docker tag to v3.23.3

This commit is contained in:
renovate[bot]
2026-03-22 12:36:09 +00:00
committed by GitHub
parent faa5cdbcd9
commit 4cf71bb468

View File

@@ -23,7 +23,7 @@ FROM bootstrap_build_deps AS bootstrap_builder
&& apk del .rust-builder
FROM alpine:3.13.3 AS pipeline
FROM alpine:3.23.3 AS pipeline
# hadolint ignore=SC2016
RUN apk upgrade --update-cache --available \
&& { \