Skip to content

Commit

Permalink
Align Dockerfile builder image.
Browse files Browse the repository at this point in the history
Ensure golang patch version is specified.
Base of Debian Bookworm in line with other etcd projects.

Signed-off-by: James Blair <[email protected]>
  • Loading branch information
jmhbnz committed Jan 15, 2025
1 parent 7e8cf49 commit 3a23323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.23@sha256:7ea4c9dcb2b97ff8ee80a67db3d44f98c8ffa0d191399197007d8459c1453041 AS builder
FROM golang:1.23.4-bookworm@sha256:6f085f2a025fcd189fefd7dc51c98ad34fa40c749f73b5522aa53b27278e4ec1 AS builder
ARG TARGETOS
ARG TARGETARCH

Expand Down

0 comments on commit 3a23323

Please sign in to comment.