Skip to content

Commit

Permalink
Merge pull request #1640 from smallstep/carl/debian-bookworm
Browse files Browse the repository at this point in the history
Update Dockerfile.hsm to use Debian bookworm
  • Loading branch information
tashian authored Dec 11, 2023
2 parents c25273d + bd46d94 commit 4d0c684
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile.hsm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:bullseye AS builder
FROM golang:bookworm AS builder

WORKDIR /src
COPY . .
Expand All @@ -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
Expand Down

0 comments on commit 4d0c684

Please sign in to comment.