File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM quay.io/deis/base:v0.3.6
2
2
3
3
ENV LANG=en_US.utf8 \
4
4
PG_MAJOR=9.4 \
5
- PG_VERSION=9.4.14 -1.pgdg16.04+1 \
5
+ PG_VERSION=9.4.17 -1.pgdg16.04+1 \
6
6
PGDATA=/var/lib/postgresql/data
7
7
8
8
# Set this separately from those above since it depends on one of them
@@ -38,6 +38,8 @@ RUN buildDeps='gcc git libffi-dev libssl-dev python3-dev python3-pip python3-whe
38
38
ln -sf /usr/bin/pip3 /usr/bin/pip && \
39
39
mkdir -p /run/postgresql && \
40
40
chown -R postgres /run/postgresql && \
41
+ # setuptools from ubuntu archives is too old for googleapis-common-protos
42
+ pip install --upgrade setuptools && \
41
43
pip install --disable-pip-version-check --no-cache-dir \
42
44
envdir==0.7 \
43
45
wal-e[aws,azure,google,swift]==v1.0.2 \
You can’t perform that action at this time.
0 commit comments