Merge pull request #8 from awfixers-stuff/renovate/alpine-3.x

Update alpine Docker tag to v3.23.3
This commit is contained in:
awfixer
2026-03-22 10:31:59 -07:00
committed by GitHub

View File

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