Skip to content

Commit

Permalink
Pull base image using 4.9 reference
Browse files Browse the repository at this point in the history
  • Loading branch information
frobware committed Jun 23, 2021
1 parent d5d58c5 commit 5572016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/router/base/Dockerfile.rhel
Expand Up @@ -3,7 +3,7 @@ WORKDIR /go/src/github.com/openshift/router
COPY . .
RUN make

FROM registry.ci.openshift.org/ocp/4.8:base
FROM registry.ci.openshift.org/ocp/4.9:base
COPY --from=builder /go/src/github.com/openshift/router/openshift-router /usr/bin/
LABEL io.k8s.display-name="OpenShift Router" \
io.k8s.description="This is the base image from which all template based routers inherit." \
Expand Down

0 comments on commit 5572016

Please sign in to comment.