Skip to content

Commit

Permalink
Merge pull request #202 from mboersma/hotfix-postgresql-version-again
Browse files Browse the repository at this point in the history
fix(Dockerfile): bump postgresql version to current Ubuntu patch
  • Loading branch information
mboersma authored Sep 5, 2017
2 parents e6286cc + 08c9ab6 commit 11634ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11634ca

Please sign in to comment.