From 08c9ab647397bde33eb54f1e18cff7f482d709a4 Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Thu, 31 Aug 2017 11:08:17 -0600 Subject: [PATCH] fix(Dockerfile): bump postgresql version to current Ubuntu patch See https://www.ubuntuupdates.org/pm/postgresql-9.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e2e2e4a..7bcbc46 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM quay.io/deis/base:v0.3.6 ENV LANG=en_US.utf8 \ PG_MAJOR=9.4 \ - PG_VERSION=9.4.13-1.pgdg16.04+1 \ + PG_VERSION=9.4.14-1.pgdg16.04+1 \ PGDATA=/var/lib/postgresql/data # Set this separately from those above since it depends on one of them