diff --git a/build/Dockerfile.addon b/build/Dockerfile.addon index eab30134b..52ef0b014 100644 --- a/build/Dockerfile.addon +++ b/build/Dockerfile.addon @@ -1,4 +1,4 @@ -FROM golang:1.22-bullseye AS builder +FROM golang:1.24-bullseye AS builder ARG OS=linux ARG ARCH=amd64 WORKDIR /go/src/open-cluster-management.io/ocm diff --git a/build/Dockerfile.placement b/build/Dockerfile.placement index c5ccce3d3..314681fe2 100644 --- a/build/Dockerfile.placement +++ b/build/Dockerfile.placement @@ -1,4 +1,4 @@ -FROM golang:1.22-bullseye AS builder +FROM golang:1.24-bullseye AS builder ARG OS=linux ARG ARCH=amd64 WORKDIR /go/src/open-cluster-management.io/ocm diff --git a/build/Dockerfile.registration b/build/Dockerfile.registration index 83d1e6a62..dc526d9ab 100644 --- a/build/Dockerfile.registration +++ b/build/Dockerfile.registration @@ -1,4 +1,4 @@ -FROM golang:1.22-bullseye AS builder +FROM golang:1.24-bullseye AS builder ARG OS=linux ARG ARCH=amd64 WORKDIR /go/src/open-cluster-management.io/ocm diff --git a/build/Dockerfile.registration-operator b/build/Dockerfile.registration-operator index a85f33996..53fb73f7f 100644 --- a/build/Dockerfile.registration-operator +++ b/build/Dockerfile.registration-operator @@ -1,4 +1,4 @@ -FROM golang:1.22-bullseye AS builder +FROM golang:1.24-bullseye AS builder ARG OS=linux ARG ARCH=amd64 WORKDIR /go/src/open-cluster-management.io/ocm diff --git a/build/Dockerfile.work b/build/Dockerfile.work index 66786bf3d..85e755467 100644 --- a/build/Dockerfile.work +++ b/build/Dockerfile.work @@ -1,4 +1,4 @@ -FROM golang:1.22-bullseye AS builder +FROM golang:1.24-bullseye AS builder ARG OS=linux ARG ARCH=amd64 WORKDIR /go/src/open-cluster-management.io/ocm