Merge "Update OpenSuse image to 15.1 from 15.0"

This commit is contained in:
Zuul 2019-07-17 15:59:28 +00:00 committed by Gerrit Code Review
commit 4dd1cea32a
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
ARG FROM=opensuse/leap:15.0
ARG FROM=opensuse/leap:15.1
FROM ${FROM}
LABEL org.opencontainers.image.authors='airship-discuss@lists.airshipit.org, irc://#airshipit@freenode'
@ -39,4 +39,4 @@ COPY requirements.txt /opt/spyglass/requirements.txt
RUN pip3 install --no-cache-dir -r /opt/spyglass/requirements.txt --user
COPY . /opt/spyglass
RUN pip3 install -e /opt/spyglass --user
RUN pip3 install -e /opt/spyglass