Skip to content

Commit

Permalink
Merge pull request smallstep#1616 from smallstep/fix-1611
Browse files Browse the repository at this point in the history
Use the same version for building and running
  • Loading branch information
maraino authored Nov 8, 2023
2 parents 1697dc6 + 875512c commit a7ed79b
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 a7ed79b

Please sign in to comment.