We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5899db3 commit b31cea7Copy full SHA for b31cea7
1 file changed
rootfs/Dockerfile
@@ -58,7 +58,7 @@ RUN curl -sSL https://raw.githubusercontent.com/pypa/pip/7.1.2/contrib/get-pip.p
58
59
# install deis/wal-e from the tip of the boto3-upgrade branch
60
# NOTE (bacongobbler): we use the commit here so Docker's cache will bust when we make changes upstream
61
-RUN pip install --disable-pip-version-check --no-cache-dir git+https://github.com/kmala/wal-e.git@3c1729302db6a38ae32709da24d91a5caa264499
+RUN pip install --disable-pip-version-check --no-cache-dir git+https://github.com/deis/wal-e.git@0eee12665149d8389cda9575b737359d066fa663
62
63
# install python port of daemontools
64
RUN pip install --disable-pip-version-check --no-cache-dir envdir
0 commit comments