We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c87f46 + 162ced6 commit ef83815Copy full SHA for ef83815
Dockerfile
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
# Support FROM override
16
-ARG BUILD_IMAGE=docker.io/golang:1.23.6@sha256:927112936d6b496ed95f55f362cc09da6e3e624ef868814c56d55bd7323e0959
+ARG BUILD_IMAGE=docker.io/golang:1.23.7@sha256:1acb493b9f9dfdfe705042ce09e8ded908ce4fb342405ecf3ca61ce7f3b168c7
17
ARG BASE_IMAGE=gcr.io/distroless/static:nonroot@sha256:9ecc53c269509f63c69a266168e4a687c7eb8c0cfd753bd8bfcaa4f58a90876f
18
19
# Build the manager binary on golang image
Makefile
@@ -20,7 +20,7 @@ SHELL:=/usr/bin/env bash
20
21
.DEFAULT_GOAL:=help
22
23
-GO_VERSION ?= 1.23.6
+GO_VERSION ?= 1.23.7
24
# Use GOPROXY environment variable if set
25
GOPROXY := $(shell go env GOPROXY)
26
ifeq ($(GOPROXY),)
0 commit comments