From e8e818027cd13e45707758512660ffefa3104818 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 11:53:34 +0000 Subject: [PATCH] chore(deps): 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 4de7132e4f..83dddf7f35 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.3-buster as builder WORKDIR /workspace # Copy the Go Modules manifests diff --git a/executor/Dockerfile.executor.redhat b/executor/Dockerfile.executor.redhat index 86c4b860a6..8bdab6c262 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.3-buster as builder WORKDIR /workspace # Copy the Go Modules manifests diff --git a/operator/Dockerfile b/operator/Dockerfile index d4173bbe18..098ee4eb36 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.20.3-bullseye as builder WORKDIR /workspace # Copy the Go Modules manifests diff --git a/operator/Dockerfile.redhat b/operator/Dockerfile.redhat index d444312c3f..c44c5355a6 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.3-buster as builder WORKDIR /workspace # Copy the Go Modules manifests diff --git a/testing/benchmarking/ghz/Dockerfile b/testing/benchmarking/ghz/Dockerfile index 1779d96b5c..0c95688efd 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.20 as builder ARG GHZ_VERSION RUN git clone -b ${GHZ_VERSION} https://github.com/bojand/ghz && \