Docker image: Upgraded Wt to fix potential concurrency problems
This commit is contained in:
+1
-1
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user