Skip to content

Commit

Permalink
build(deps): bump alpine from 3.20 to 3.21 in /cfssl
Browse files Browse the repository at this point in the history
Bumps alpine from 3.20 to 3.21.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent 36e52b6 commit 4388339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cfssl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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.20 AS cfssl-server
FROM alpine:3.21 AS cfssl-server

COPY --from=builder /out/* /

Expand All @@ -27,7 +27,7 @@ EXPOSE 8080

CMD ["/cfssl"]

FROM alpine:3.20 AS cfssl
FROM alpine:3.21 AS cfssl

COPY --from=builder /out/* /

Expand Down

0 comments on commit 4388339

Please sign in to comment.