From 0055b592e1e6a9264dba47f1ba9121759561c2bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 07:04:24 +0000 Subject: [PATCH] build(deps): bump alpine from 3.23 to 3.24 in /cfssl Bumps alpine from 3.23 to 3.24. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.24' 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 1fce15ee..cbdac324 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.23 AS cfssl-server +FROM alpine:3.24 AS cfssl-server COPY --from=builder /out/* / @@ -30,7 +30,7 @@ EXPOSE 8080 CMD ["/cfssl"] -FROM alpine:3.23 AS cfssl +FROM alpine:3.24 AS cfssl COPY --from=builder /out/* /