Skip to content

Commit 62ddd20

Browse files
committed
Update the build root Dockerfile base image
Update the base.Dockerfile build root Dockerfile image, which the unit and verify checks use as their base image, to use a Go 1.17 image. Signed-off-by: timflannagan <[email protected]>
1 parent 1b60477 commit 62ddd20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.16-openshift-4.8
3+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.11
44

55
ARG KUBEBUILDER_RELEASE=2.3.1
66
# Install test dependencies

0 commit comments

Comments
 (0)