Skip to content

Commit b35b0ff

Browse files
committed
chore(database): update wal-e to v0.8.0 + busybox fix
1 parent 2f4b965 commit b35b0ff

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

database/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ curl -sSL https://raw.githubusercontent.com/pypa/pip/6.1.1/contrib/get-pip.py |
3838
cd /tmp
3939
git clone https://github.com/wal-e/wal-e.git
4040

41+
# get a post-v0.8.0 commit which includes a busybox fix
4142
cd /tmp/wal-e
42-
git checkout v0.8c2
43+
git checkout c6dd4b1
4344

4445
pip install .
4546

0 commit comments

Comments
 (0)