Skip to content

Commit

Permalink
Updating openshift-enterprise-console builder & base images to be con…
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS Automation Release Team committed Mar 23, 2021
1 parent a46c21b commit a03690f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.product
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
##################################################
#
# go backend build
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.8 AS gobuilder
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.8 AS gobuilder
RUN mkdir -p /go/src/github.com/openshift/console/
ADD . /go/src/github.com/openshift/console/
WORKDIR /go/src/github.com/openshift/console/
Expand Down

0 comments on commit a03690f

Please sign in to comment.