We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a298adf commit 6835eb0Copy full SHA for 6835eb0
1 file changed
Dockerfile
@@ -360,7 +360,7 @@ RUN mkdir -p ${GENIE_REWEIGHT} &&\
360
###############################################################################
361
# Catch2
362
363
-ENV CATCH2_VERSION="3.3.1"
+ENV CATCH2_VERSION="3.8.0"
364
LABEL catch2.version=${CATCH2_VERSION}
365
RUN mkdir -p src &&\
366
${__wget} https://github.com/catchorg/Catch2/archive/refs/tags/v${CATCH2_VERSION}.tar.gz |\
0 commit comments