From 444de2aff3edb7799f9a5c5a16edbe60ddaa49b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 07:14:55 +0000 Subject: [PATCH] build(deps): bump alpine from 3.22 to 3.23 in /cfssl Bumps alpine from 3.22 to 3.23. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.23' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cfssl/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cfssl/Dockerfile b/cfssl/Dockerfile index 835d342d..1fce15ee 100644 --- a/cfssl/Dockerfile +++ b/cfssl/Dockerfile @@ -20,7 +20,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -ldflags "-s -w RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -ldflags "-s -w -X github.com/cloudflare/cfssl/cli/version.version=1.6.5" -o /out/mkbundle ./cmd/mkbundle RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -ldflags "-s -w -X github.com/cloudflare/cfssl/cli/version.version=1.6.5" -o /out/multirootca ./cmd/multirootca -FROM alpine:3.22 AS cfssl-server +FROM alpine:3.23 AS cfssl-server COPY --from=builder /out/* / @@ -30,7 +30,7 @@ EXPOSE 8080 CMD ["/cfssl"] -FROM alpine:3.22 AS cfssl +FROM alpine:3.23 AS cfssl COPY --from=builder /out/* /