You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build-image/Dockerfile
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
# default when running `docker buildx build` or when DOCKER_BUILDKIT=1 is set
5
5
# in environment variables.
6
6
7
-
# NOTE: The GO_RUNTIME is used to switch between the default Google go runtime and mcr.microsoft.com/oss/go/microsoft/golang:1.24.6-bullseye which is a Microsoft
7
+
# NOTE: The GO_RUNTIME is used to switch between the default Google go runtime and mcr.microsoft.com/oss/go/microsoft/golang:1.24.10-bookworm which is a Microsoft
8
8
# fork of go that allows using windows crypto instead of boring crypto. Details at https://github.com/microsoft/go/tree/microsoft/main/eng/doc/fips
9
9
ARG GO_RUNTIME=mustoverride
10
10
@@ -59,12 +59,12 @@ RUN go install sigs.k8s.io/controller-tools/cmd/controller-gen@$CONTROLLER_GEN_V
59
59
# dependencies.
60
60
FROM rfratto/viceroy:v0.4.0
61
61
62
-
# Fix apt sources - restrict main bullseye to supported architectures
62
+
# Fix apt sources - restrict main bookworm to supported architectures
0 commit comments