Skip to content

Commit e494bd9

Browse files
author
Keerthan Mala
committed
feat(wal-e): use the latest wal-e to use aws instance profiles
1 parent 61a4dc9 commit e494bd9

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
@@ -45,7 +45,7 @@ RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364
4545
&& mkdir -p /var/run/postgresql \
4646
&& chown -R postgres /var/run/postgresql \
4747
&& 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 \
48+
&& pip install --disable-pip-version-check --no-cache-dir git+https://github.com/deis/wal-e.git@380821a6c4ea4f98a244680d7c6c5b04b8c694b3 \
4949
&& mkdir -p $WALE_ENVDIR \
5050
&& pip install --disable-pip-version-check --no-cache-dir envdir \
5151
&& apt-get remove -y --auto-remove --purge \

0 commit comments

Comments
 (0)