diff --git a/hack/Dockerfile_fips b/hack/Dockerfile_fips index 6afe7b7a..4184db0c 100644 --- a/hack/Dockerfile_fips +++ b/hack/Dockerfile_fips @@ -18,7 +18,7 @@ # This is not currently using --platform to prepare to cross-compile because we use gcc below to build # platform-specific GCO code. This makes multi-arch builds slow due to target platform emulation. -FROM golang:1.21.1 as build-env +FROM golang:1.21.2 as build-env WORKDIR /work