Skip to content

Commit

Permalink
Use the same version for building and running
Browse files Browse the repository at this point in the history
This commit makes sure to use the same version for building step-ca with
CGO and running it.

Fixes #1611
  • Loading branch information
maraino committed Nov 7, 2023
1 parent 1697dc6 commit 875512c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.hsm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang AS builder
FROM golang:bullseye AS builder

WORKDIR /src
COPY . .
Expand Down

0 comments on commit 875512c

Please sign in to comment.