We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc2a3e1 + 4fe4f17 commit 68912dbCopy full SHA for 68912db
Dockerfile
@@ -1,5 +1,5 @@
1
# Support FROM override
2
-ARG BUILD_IMAGE=docker.io/golang:1.24.11@sha256:cf1272dbf972a94f39a81dcb9dc243a8d2f981e5dd3b5a5c965f6d9ab9268b26
+ARG BUILD_IMAGE=docker.io/golang:1.24.12@sha256:3cf75037b466628dd35fe88065e475463bd5083075ff0a8962cbfb4327423ee3
3
ARG BASE_IMAGE=gcr.io/distroless/static:nonroot@sha256:9ecc53c269509f63c69a266168e4a687c7eb8c0cfd753bd8bfcaa4f58a90876f
4
5
# Build the manager binary
Makefile
@@ -5,7 +5,7 @@ SHELL = /usr/bin/env bash -o pipefail
6
.DEFAULT_GOAL:=help
7
8
-GO_VERSION ?= 1.24.11
+GO_VERSION ?= 1.24.12
9
GO := $(shell type -P go)
10
# Use GOPROXY environment variable if set
11
GOPROXY := $(shell $(GO) env GOPROXY)
0 commit comments