Skip to content

Commit 6835eb0

Browse files
bump Catch2 version
1 parent a298adf commit 6835eb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ RUN mkdir -p ${GENIE_REWEIGHT} &&\
360360
###############################################################################
361361
# Catch2
362362
###############################################################################
363-
ENV CATCH2_VERSION="3.3.1"
363+
ENV CATCH2_VERSION="3.8.0"
364364
LABEL catch2.version=${CATCH2_VERSION}
365365
RUN mkdir -p src &&\
366366
${__wget} https://github.com/catchorg/Catch2/archive/refs/tags/v${CATCH2_VERSION}.tar.gz |\

0 commit comments

Comments
 (0)