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 && \