Skip to content

Commit 77798f5

Browse files
author
Vaughn Dice
committed
Merge pull request #101 from vdice/bump-pg-version
chore(rootfs/Dockerfile): bump PG_VERSION
2 parents d46b107 + f8ac233 commit 77798f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ENV LANG en_US.utf8
2121
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
2222

2323
ENV PG_MAJOR 9.4
24-
ENV PG_VERSION 9.4.7-1.pgdg80+1
24+
ENV PG_VERSION 9.4.8-1.pgdg80+1
2525

2626
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
2727

0 commit comments

Comments
 (0)