Skip to content

Commit

Permalink
Revert "update builder (#151)" (#152)
Browse files Browse the repository at this point in the history
This reverts commit e9632b8.
  • Loading branch information
coleenquadros authored Sep 3, 2024
1 parent e9632b8 commit a71bab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Containerfile.operator
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.prow
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit a71bab0

Please sign in to comment.