Skip to content

Commit 99e5254

Browse files
author
Matthew Fisher
committed
chore(Dockerfile): bump PG_VERSION to 9.4.10-1.pgdg16.04+1
1 parent 414c534 commit 99e5254

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.4
22

33
ENV LANG=en_US.utf8 \
44
PG_MAJOR=9.4 \
5-
PG_VERSION=9.4.9-1.pgdg16.04+1 \
5+
PG_VERSION=9.4.10-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)