From 3a2332324264f60d703fcc0865c3ce1cb274ba20 Mon Sep 17 00:00:00 2001 From: James Blair Date: Wed, 15 Jan 2025 14:58:33 +1300 Subject: [PATCH] Align Dockerfile builder image. Ensure golang patch version is specified. Base of Debian Bookworm in line with other etcd projects. Signed-off-by: James Blair --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 88e98df..89b4b72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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