diff --git a/Containerfile.bpfman-agent b/Containerfile.bpfman-agent index c0141698f..1ba00fcea 100644 --- a/Containerfile.bpfman-agent +++ b/Containerfile.bpfman-agent @@ -1,7 +1,7 @@ # Build the manager binary ARG BUILDPLATFORM -FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.22 AS bpfman-agent-build +FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.23 AS bpfman-agent-build # The following ARGs are set internally by docker/build-push-action in github actions ARG TARGETOS diff --git a/Containerfile.bpfman-operator b/Containerfile.bpfman-operator index d1635b3fa..cdc3d20c0 100644 --- a/Containerfile.bpfman-operator +++ b/Containerfile.bpfman-operator @@ -1,7 +1,7 @@ # Build the manager binary ARG BUILDPLATFORM -FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.22 AS bpfman-operator-build +FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.23 AS bpfman-operator-build ARG BUILDPLATFORM