From cd1d0fc4c382076f0de0125531e93f1a333f5a6c Mon Sep 17 00:00:00 2001 From: "Daniel Plohmann (Saturn)" Date: Fri, 26 Jan 2024 16:49:37 +0100 Subject: [PATCH] bump --- docker/mcritweb/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/mcritweb/Dockerfile b/docker/mcritweb/Dockerfile index 5164d76..8ad0a62 100644 --- a/docker/mcritweb/Dockerfile +++ b/docker/mcritweb/Dockerfile @@ -25,7 +25,7 @@ RUN mkdir -p /root/.local/lib/python3.8/site-packages/ RUN ln -s /usr/bin/python3.8 /usr/bin/python # install specific mcritweb+mcrit versions for this release -RUN git clone -b 'v1.3.0' --single-branch https://github.com/fkie-cad/mcritweb.git /opt/mcritweb +RUN git clone -b 'v1.3.1' --single-branch https://github.com/fkie-cad/mcritweb.git /opt/mcritweb RUN python -m pip install mcrit==1.3.0 # install remaining requirements RUN python -m pip install -r /opt/mcritweb/requirements.txt