Skip to content

Commit 11634ca

Browse files
authored
Merge pull request #202 from mboersma/hotfix-postgresql-version-again
fix(Dockerfile): bump postgresql version to current Ubuntu patch
2 parents e6286cc + 08c9ab6 commit 11634ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM quay.io/deis/base:v0.3.6
22

33
ENV LANG=en_US.utf8 \
44
PG_MAJOR=9.4 \
5-
PG_VERSION=9.4.13-1.pgdg16.04+1 \
5+
PG_VERSION=9.4.14-1.pgdg16.04+1 \
66
PGDATA=/var/lib/postgresql/data
77

88
# Set this separately from those above since it depends on one of them

0 commit comments

Comments
 (0)