Skip to content

Commit

Permalink
chore(Dockerfile): bump PG_VERSION to 9.4.11-1.pgdg16.04+1
Browse files Browse the repository at this point in the history
The previously used PostgreSQL version (9.4.10-1.pgdg16.04+1) is no
longer in the repositories. Bumping to the latest patch release of 9.4
  • Loading branch information
aboyett committed Feb 22, 2017
1 parent 6659712 commit 614fd40
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.10-1.pgdg16.04+1 \
PG_VERSION=9.4.11-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 614fd40

Please sign in to comment.