Merge pull request #1640 from smallstep/carl/debian-bookworm

Update Dockerfile.hsm to use Debian bookworm
pull/1647/head
Carl Tashian 6 months ago committed by GitHub
commit 4d0c684e88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
FROM golang:bullseye AS builder
FROM golang:bookworm AS builder
WORKDIR /src
COPY . .
@ -9,9 +9,9 @@ RUN apt-get install -y --no-install-recommends \
RUN make V=1 GO_ENVS="CGO_ENABLED=1" bin/step-ca
RUN setcap CAP_NET_BIND_SERVICE=+eip bin/step-ca
FROM smallstep/step-kms-plugin:bullseye AS kms
FROM smallstep/step-kms-plugin:bookworm AS kms
FROM smallstep/step-cli:bullseye
FROM smallstep/step-cli:bookworm
COPY --from=builder /src/bin/step-ca /usr/local/bin/step-ca
COPY --from=kms /usr/local/bin/step-kms-plugin /usr/local/bin/step-kms-plugin

Loading…
Cancel
Save