diff --git a/Dockerfile b/Dockerfile index bae6fbc7..3cde14e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. # Build the manager binary -FROM golang:1.25.11-alpine3.22 as builder +FROM golang:1.25.11-alpine3.23 as builder ARG ACCESS_TOKEN="none" diff --git a/redhat.Dockerfile b/redhat.Dockerfile index 8784d0ec..b9c5c323 100644 --- a/redhat.Dockerfile +++ b/redhat.Dockerfile @@ -27,7 +27,7 @@ # limitations under the License. # Build the manager binary -FROM golang:1.25.11-alpine3.22 as builder +FROM golang:1.25.11-alpine3.23 as builder ARG ACCESS_TOKEN="none"