Replace openshift ci image

Signed-off-by: Flavius Lacatusu <flacatus@redhat.com>
pull/732/head
Flavius Lacatusu 2021-03-24 16:00:24 +01:00
parent 87cdb9e3c4
commit 194ecbec7f
No known key found for this signature in database
GPG Key ID: 3C0A7685C14681A8
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
# Dockerfile to bootstrap build and test in openshift-ci
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.12
FROM registry.ci.openshift.org/openshift/release:golang-1.13
SHELL ["/bin/bash", "-c"]