Update OpenSuse image to 15.1 from 15.0

This change took place in Pegleg, adding to Spyglass for project
consistency.

Pegleg change: https://review.opendev.org/#/c/670421/

Change-Id: I1c3610ce6041393c94252629194295cc28eb129e
This commit is contained in:
Alexander Hughes 2019-07-15 12:33:33 -05:00
parent 601f281191
commit 597bdba490
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