From 5e6d4d433892c9178d24748f0b882d1b1a1bcacd Mon Sep 17 00:00:00 2001 From: Coleen Iona Quadros Date: Tue, 3 Sep 2024 15:12:00 +0200 Subject: [PATCH] Revert "update builder (#151)" This reverts commit e9632b8a57d8317e50174416d5af930a3f1ee316. --- Containerfile.operator | 2 +- Dockerfile.prow | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile.operator b/Containerfile.operator index 255ca0f778..803fabb725 100644 --- a/Containerfile.operator +++ b/Containerfile.operator @@ -1,7 +1,7 @@ # Copyright Contributors to the Open Cluster Management project # Licensed under the Apache License 2.0 -FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.22 AS builder +FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.21 AS builder WORKDIR $GOPATH/src/github.com/thanos-io/thanos diff --git a/Dockerfile.prow b/Dockerfile.prow index 1d6c81af57..b930ae40ca 100644 --- a/Dockerfile.prow +++ b/Dockerfile.prow @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/stolostron/builder:go1.22-linux as builder +FROM registry.ci.openshift.org/stolostron/builder:go1.21-linux as builder WORKDIR $GOPATH/src/github.com/thanos-io/thanos