From: Rafael dos Santos Silva Date: Thu, 27 Oct 2016 15:56:11 +0000 (-0200) Subject: Bumps PostgreSQL version X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=35a5248fbc7a1de12902f1a6d5e875b242cf33e7;p=discourse_docker.git Bumps PostgreSQL version --- diff --git a/image/base/Dockerfile b/image/base/Dockerfile index 6158e83..1c32f69 100644 --- a/image/base/Dockerfile +++ b/image/base/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:16.04 ENV PG_MAJOR 9.5 -ENV PG_VERSION 9.5.4-1.pgdg16.04+2 +ENV PG_VERSION 9.5.5-1.pgdg16.04+1 MAINTAINER Sam Saffron "https://twitter.com/samsaffron"