Skip to content

Commit f2c0cd2

Browse files
committed
Bump base images to go1.18
Signed-off-by: perdasilva <[email protected]>
1 parent 89ed108 commit f2c0cd2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

base.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dockerfile to bootstrap build and test in openshift-ci
22

3-
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.11
3+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.11
44

55
ARG KUBEBUILDER_RELEASE=2.3.1
66
# Install test dependencies

operator-lifecycle-manager.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.11 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.11 AS builder
22

33
ENV GO111MODULE auto
44
ENV GOPATH /go

operator-registry.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.11 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.11 AS builder
22

33
ENV GOPATH /go
44
ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH

0 commit comments

Comments
 (0)