Noop change to Dockerfile to trigger image builds

Base images have updated. Lets do a rebuild for latest.

Change-Id: I79b20c68a94dadb92fc975c4241782d6a26eef35
This commit is contained in:
Clark Boylan 2021-02-19 13:09:18 -08:00
parent 24405c9c74
commit 4f897f8b9f
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ ARG OPENSHIFT_SHA=4b0f07428ba854174c58d2e38287e5402964c9a9355f6c359d1242efd0990d
COPY . /tmp/src
RUN /tmp/src/tools/install-js-tools.sh
# Explicitly run the Javascript build
# Explicitly run the Javascript build.
RUN cd /tmp/src \
&& mkdir -p zuul/web/static \
&& ln -sfn ../zuul/web/static web/build \