From 027317c6e4435064003b2afd52d66d9111b141bb Mon Sep 17 00:00:00 2001 From: souheil-yazji Date: Mon, 23 Oct 2023 19:16:24 +0000 Subject: [PATCH] fix(cve): update ompp checksum --- docker-bits/6_jupyterlab.Dockerfile | 2 +- output/jupyterlab-cpu/Dockerfile | 2 +- output/jupyterlab-pytorch/Dockerfile | 2 +- output/jupyterlab-tensorflow/Dockerfile | 2 +- output/sas/Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-bits/6_jupyterlab.Dockerfile b/docker-bits/6_jupyterlab.Dockerfile index 521993cd9..e5713b782 100644 --- a/docker-bits/6_jupyterlab.Dockerfile +++ b/docker-bits/6_jupyterlab.Dockerfile @@ -106,7 +106,7 @@ RUN julia -e 'using Pkg; Pkg.add("LanguageServer")' && \ ARG OMPP_VERSION="1.15.5" # IMPORTANT: Don't forget to update the version number in the openmpp.desktop file!! ARG OMPP_PKG_DATE="20231005" -ARG SHA256ompp=7b88490371875567bdc95aba3a3fc8c66a17f4c8c86e9a95b4f924d1c7292eb4 +ARG SHA256ompp=6d44076e1890c2e2ffb431182b9565cb4715830a027b01aafb9531e274bb8e84 # OpenM++ environment settings ENV OMPP_INSTALL_DIR=/opt/openmpp/${OMPP_VERSION} diff --git a/output/jupyterlab-cpu/Dockerfile b/output/jupyterlab-cpu/Dockerfile index 61c284dca..4288c5b58 100644 --- a/output/jupyterlab-cpu/Dockerfile +++ b/output/jupyterlab-cpu/Dockerfile @@ -258,7 +258,7 @@ RUN julia -e 'using Pkg; Pkg.add("LanguageServer")' && \ ARG OMPP_VERSION="1.15.5" # IMPORTANT: Don't forget to update the version number in the openmpp.desktop file!! ARG OMPP_PKG_DATE="20231005" -ARG SHA256ompp=7b88490371875567bdc95aba3a3fc8c66a17f4c8c86e9a95b4f924d1c7292eb4 +ARG SHA256ompp=6d44076e1890c2e2ffb431182b9565cb4715830a027b01aafb9531e274bb8e84 # OpenM++ environment settings ENV OMPP_INSTALL_DIR=/opt/openmpp/${OMPP_VERSION} diff --git a/output/jupyterlab-pytorch/Dockerfile b/output/jupyterlab-pytorch/Dockerfile index 8df633a12..efdcfc9c6 100644 --- a/output/jupyterlab-pytorch/Dockerfile +++ b/output/jupyterlab-pytorch/Dockerfile @@ -280,7 +280,7 @@ RUN julia -e 'using Pkg; Pkg.add("LanguageServer")' && \ ARG OMPP_VERSION="1.15.5" # IMPORTANT: Don't forget to update the version number in the openmpp.desktop file!! ARG OMPP_PKG_DATE="20231005" -ARG SHA256ompp=7b88490371875567bdc95aba3a3fc8c66a17f4c8c86e9a95b4f924d1c7292eb4 +ARG SHA256ompp=6d44076e1890c2e2ffb431182b9565cb4715830a027b01aafb9531e274bb8e84 # OpenM++ environment settings ENV OMPP_INSTALL_DIR=/opt/openmpp/${OMPP_VERSION} diff --git a/output/jupyterlab-tensorflow/Dockerfile b/output/jupyterlab-tensorflow/Dockerfile index e627fab55..b60c1dbf2 100644 --- a/output/jupyterlab-tensorflow/Dockerfile +++ b/output/jupyterlab-tensorflow/Dockerfile @@ -387,7 +387,7 @@ RUN julia -e 'using Pkg; Pkg.add("LanguageServer")' && \ ARG OMPP_VERSION="1.15.5" # IMPORTANT: Don't forget to update the version number in the openmpp.desktop file!! ARG OMPP_PKG_DATE="20231005" -ARG SHA256ompp=7b88490371875567bdc95aba3a3fc8c66a17f4c8c86e9a95b4f924d1c7292eb4 +ARG SHA256ompp=6d44076e1890c2e2ffb431182b9565cb4715830a027b01aafb9531e274bb8e84 # OpenM++ environment settings ENV OMPP_INSTALL_DIR=/opt/openmpp/${OMPP_VERSION} diff --git a/output/sas/Dockerfile b/output/sas/Dockerfile index 0cc1d19f6..079639426 100644 --- a/output/sas/Dockerfile +++ b/output/sas/Dockerfile @@ -260,7 +260,7 @@ RUN julia -e 'using Pkg; Pkg.add("LanguageServer")' && \ ARG OMPP_VERSION="1.15.5" # IMPORTANT: Don't forget to update the version number in the openmpp.desktop file!! ARG OMPP_PKG_DATE="20231005" -ARG SHA256ompp=7b88490371875567bdc95aba3a3fc8c66a17f4c8c86e9a95b4f924d1c7292eb4 +ARG SHA256ompp=6d44076e1890c2e2ffb431182b9565cb4715830a027b01aafb9531e274bb8e84 # OpenM++ environment settings ENV OMPP_INSTALL_DIR=/opt/openmpp/${OMPP_VERSION}