We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85ce4ec + 08abf49 commit a19615cCopy full SHA for a19615c
.ci-operator.yaml
@@ -1,4 +1,4 @@
1
build_root_image:
2
name: release
3
namespace: openshift
4
- tag: rhel-8-release-golang-1.18-openshift-4.12
+ tag: rhel-8-release-golang-1.19-openshift-4.12
openshift-hack/images/Dockerfile.openshift
-FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.12 AS builder
+FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.12 AS builder
WORKDIR /build
COPY . .
0 commit comments