From 597bdba490c21e4c1cde9750a943a0b294040503 Mon Sep 17 00:00:00 2001 From: Alexander Hughes Date: Mon, 15 Jul 2019 12:33:33 -0500 Subject: [PATCH] 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 --- images/spyglass/Dockerfile.opensuse_15 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/spyglass/Dockerfile.opensuse_15 b/images/spyglass/Dockerfile.opensuse_15 index 41fa2bb..8a713b2 100644 --- a/images/spyglass/Dockerfile.opensuse_15 +++ b/images/spyglass/Dockerfile.opensuse_15 @@ -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 \ No newline at end of file +RUN pip3 install -e /opt/spyglass