Docker image: Upgraded Wt to fix potential concurrency problems

This commit is contained in:
emeric
2023-11-25 20:13:09 +01:00
parent 66564f2d60
commit d9c5072479
+1 -1
View File
@@ -78,7 +78,7 @@ RUN \
make distclean
# WT
ARG WT_VERSION=4.10.0
ARG WT_VERSION=4.10.2
RUN \
DIR=/tmp/wt && mkdir -p ${DIR} && cd ${DIR} && \
curl -sLO https://github.com/emweb/wt/archive/${WT_VERSION}.tar.gz && \