diff --git a/Dockerfile b/Dockerfile index 3a6dc7e..49c3375 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Support FROM override -ARG BUILD_IMAGE=docker.io/golang:1.23.2@sha256:ad5c126b5cf501a8caef751a243bb717ec204ab1aa56dc41dc11be089fafcb4f +ARG BUILD_IMAGE=docker.io/golang:1.23.4@sha256:9820aca42262f58451f006de3213055974b36f24b31508c1baa73c967fcecb99 ARG BASE_IMAGE=gcr.io/distroless/static:nonroot@sha256:9ecc53c269509f63c69a266168e4a687c7eb8c0cfd753bd8bfcaa4f58a90876f # Build the manager binary diff --git a/Makefile b/Makefile index bbd337b..43a5ea3 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ SHELL = /usr/bin/env bash -o pipefail .DEFAULT_GOAL:=help -GO_VERSION ?= 1.23.2 +GO_VERSION ?= 1.23.4 GO := $(shell type -P go) # Use GOPROXY environment variable if set GOPROXY := $(shell $(GO) env GOPROXY)