Skip to content

Commit 4350006

Browse files
committed
update builder
Signed-off-by: Coleen Iona Quadros <[email protected]>
1 parent f8634e9 commit 4350006

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Containerfile.operator

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright Contributors to the Open Cluster Management project
22
# Licensed under the Apache License 2.0
33

4-
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.21 AS builder
4+
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.22 AS builder
55

66
WORKDIR $GOPATH/src/github.com/thanos-io/thanos
77

Dockerfile.prow

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.ci.openshift.org/stolostron/builder:go1.21-linux as builder
1+
FROM registry.ci.openshift.org/stolostron/builder:go1.22-linux as builder
22

33
WORKDIR $GOPATH/src/github.com/thanos-io/thanos
44

0 commit comments

Comments
 (0)