From 861c97fbd6f913ece276114f32c0c0dcca08fd2d Mon Sep 17 00:00:00 2001 From: Andrew Kvalheim Date: Wed, 28 Oct 2020 16:10:07 -0700 Subject: [PATCH] Constrain Docker base image to openSUSE Leap 15.1 In openSUSE Leap 15.2, the postgresql-devel package no longer provides all of the dependencies required by the pg gem. --- Dockerfile.base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.base b/Dockerfile.base index 1865285a..94a342b0 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -1,4 +1,4 @@ -FROM opensuse/leap:15 +FROM opensuse/leap:15.1 # Install our requirements RUN zypper -n install --no-recommends \