Skip to content

Commit a11f827

Browse files
author
Matthew Fisher
committed
chore(Dockerfile): use xenial apt repository
1 parent 0657907 commit a11f827

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
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.pgdg80+1 \
5+
PG_VERSION=9.4.9-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
@@ -19,7 +19,7 @@ RUN buildDeps='gcc git libffi-dev libssl-dev python-dev python-pip python-wheel'
1919
localedef -i en_US -c -f UTF-8 -A /etc/locale.alias en_US.UTF-8 && \
2020
export DEBIAN_FRONTEND=noninteractive && \
2121
apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8 && \
22-
echo 'deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list && \
22+
echo 'deb http://apt.postgresql.org/pub/repos/apt/ xenial-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list && \
2323
apt-get update && \
2424
apt-get install -y --no-install-recommends \
2525
$buildDeps \

0 commit comments

Comments
 (0)