obs: docker: update opensuse base image

Leap 42.3 is now depreceated. Update it to
15.1

Fixes: #704

Signed-off-by: Nitesh Konkar <niteshkonkar@in.ibm.com>
This commit is contained in:
Nitesh Konkar 2019-09-17 20:52:03 +05:30
parent 94c36df640
commit e13efacc0f

View File

@ -1,4 +1,4 @@
ARG SUSE_VERSION=${SUSE_VERSION:-42.3}
ARG SUSE_VERSION=${SUSE_VERSION:-15.1}
FROM opensuse/leap:${SUSE_VERSION}