Bumped to wt 4.7.0

This commit is contained in:
emeric
2022-03-14 21:14:59 +01:00
parent 3948f4a63c
commit 38b0eda635
+1 -1
View File
@@ -77,7 +77,7 @@ RUN \
make distclean
# WT
ARG WT_VERSION=4.5.0
ARG WT_VERSION=4.7.0
RUN \
DIR=/tmp/wt && mkdir -p ${DIR} && cd ${DIR} && \
curl -sLO https://github.com/emweb/wt/archive/${WT_VERSION}.tar.gz && \