We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a4dc9 commit e494bd9Copy full SHA for e494bd9
1 file changed
rootfs/Dockerfile
@@ -45,7 +45,7 @@ RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364
45
&& mkdir -p /var/run/postgresql \
46
&& chown -R postgres /var/run/postgresql \
47
&& curl -sSL https://raw.githubusercontent.com/pypa/pip/7.1.2/contrib/get-pip.py | python - \
48
- && pip install --disable-pip-version-check --no-cache-dir git+https://github.com/deis/wal-e.git@0eee12665149d8389cda9575b737359d066fa663 \
+ && pip install --disable-pip-version-check --no-cache-dir git+https://github.com/deis/wal-e.git@380821a6c4ea4f98a244680d7c6c5b04b8c694b3 \
49
&& mkdir -p $WALE_ENVDIR \
50
&& pip install --disable-pip-version-check --no-cache-dir envdir \
51
&& apt-get remove -y --auto-remove --purge \
0 commit comments