From c378af59f5d7f1b903f5e332b3d50e297b46fe19 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:57:09 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.23 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- build/Dockerfile.addon | 2 +- build/Dockerfile.placement | 2 +- build/Dockerfile.registration | 2 +- build/Dockerfile.registration-operator | 2 +- build/Dockerfile.work | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/Dockerfile.addon b/build/Dockerfile.addon index eab30134b..f8af37ae1 100644 --- a/build/Dockerfile.addon +++ b/build/Dockerfile.addon @@ -1,4 +1,4 @@ -FROM golang:1.22-bullseye AS builder +FROM golang:1.23-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..947613353 100644 --- a/build/Dockerfile.placement +++ b/build/Dockerfile.placement @@ -1,4 +1,4 @@ -FROM golang:1.22-bullseye AS builder +FROM golang:1.23-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..0d100d6c5 100644 --- a/build/Dockerfile.registration +++ b/build/Dockerfile.registration @@ -1,4 +1,4 @@ -FROM golang:1.22-bullseye AS builder +FROM golang:1.23-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..00eb12914 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.23-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..c1c4be328 100644 --- a/build/Dockerfile.work +++ b/build/Dockerfile.work @@ -1,4 +1,4 @@ -FROM golang:1.22-bullseye AS builder +FROM golang:1.23-bullseye AS builder ARG OS=linux ARG ARCH=amd64 WORKDIR /go/src/open-cluster-management.io/ocm