From ee2cabfd9a40f0d007cd75524fc24b1259b81495 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 23:59:12 +0000 Subject: [PATCH] Update golang Docker tag --- executor/Dockerfile.executor | 2 +- executor/Dockerfile.executor.redhat | 2 +- operator/Dockerfile | 2 +- operator/Dockerfile.redhat | 2 +- testing/benchmarking/ghz/Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/executor/Dockerfile.executor b/executor/Dockerfile.executor index 9f90d40da6..7879d83151 100644 --- a/executor/Dockerfile.executor +++ b/executor/Dockerfile.executor @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.17.13-buster as builder +FROM golang:1.20.5-buster as builder WORKDIR /workspace # Copy the Go Modules manifests diff --git a/executor/Dockerfile.executor.redhat b/executor/Dockerfile.executor.redhat index 86c4b860a6..74235fb1b6 100644 --- a/executor/Dockerfile.executor.redhat +++ b/executor/Dockerfile.executor.redhat @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.17.13-buster as builder +FROM golang:1.20.5-buster as builder WORKDIR /workspace # Copy the Go Modules manifests diff --git a/operator/Dockerfile b/operator/Dockerfile index 23523a2c56..8d30396a1a 100644 --- a/operator/Dockerfile +++ b/operator/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.17.13-bullseye as builder +FROM golang:1.21.1-bullseye as builder WORKDIR /workspace # Copy the Go Modules manifests diff --git a/operator/Dockerfile.redhat b/operator/Dockerfile.redhat index d444312c3f..83b4d1af55 100644 --- a/operator/Dockerfile.redhat +++ b/operator/Dockerfile.redhat @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.17.13-buster as builder +FROM golang:1.20.5-buster as builder WORKDIR /workspace # Copy the Go Modules manifests diff --git a/testing/benchmarking/ghz/Dockerfile b/testing/benchmarking/ghz/Dockerfile index 1779d96b5c..346c8c40c0 100644 --- a/testing/benchmarking/ghz/Dockerfile +++ b/testing/benchmarking/ghz/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.13 as builder +FROM golang:1.21 as builder ARG GHZ_VERSION RUN git clone -b ${GHZ_VERSION} https://github.com/bojand/ghz && \