Bumped wt to 4.12.1 for the official docker image

This commit is contained in:
emeric
2025-11-02 12:30:33 +01:00
parent df9dd6e547
commit 8e554b258c
+1 -1
View File
@@ -80,7 +80,7 @@ RUN \
make -j$(nproc) install make -j$(nproc) install
# WT # WT
ARG WT_VERSION=4.11.4 ARG WT_VERSION=4.12.1
ARG WT_DEBUG=OFF ARG WT_DEBUG=OFF
RUN \ RUN \
DIR=/tmp/wt && mkdir -p ${DIR} && cd ${DIR} && \ DIR=/tmp/wt && mkdir -p ${DIR} && cd ${DIR} && \