From be8be7831144ae02b7d5ef8c5e7a51615a71c4a2 Mon Sep 17 00:00:00 2001 From: David McWhorter Date: Tue, 2 Jan 2024 10:52:04 -0500 Subject: [PATCH] use golang:1.20-bookworm as it tracks the latest go 1.20 release --- executor/Dockerfile.executor | 2 +- executor/Dockerfile.executor.redhat | 2 +- operator/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/executor/Dockerfile.executor b/executor/Dockerfile.executor index 37bfe0bd18..4722e22916 100644 --- a/executor/Dockerfile.executor +++ b/executor/Dockerfile.executor @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.20.10-bookworm as builder +FROM golang:1.20-bookworm as builder WORKDIR /workspace # Copy the Go Modules manifests diff --git a/executor/Dockerfile.executor.redhat b/executor/Dockerfile.executor.redhat index 7b10ef564b..86c4b860a6 100644 --- a/executor/Dockerfile.executor.redhat +++ b/executor/Dockerfile.executor.redhat @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.20.10-bookworm as builder +FROM golang:1.17.13-buster as builder WORKDIR /workspace # Copy the Go Modules manifests diff --git a/operator/Dockerfile b/operator/Dockerfile index d01b843ff9..6824089d55 100644 --- a/operator/Dockerfile +++ b/operator/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.20.10-bookworm as builder +FROM golang:1.20-bookworm as builder WORKDIR /workspace # Copy the Go Modules manifests