Skip to content

Commit

Permalink
fix(cve): update ompp checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
Souheil-Yazji committed Oct 23, 2023
1 parent 59fc660 commit 027317c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-bits/6_jupyterlab.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
2 changes: 1 addition & 1 deletion output/jupyterlab-cpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
2 changes: 1 addition & 1 deletion output/jupyterlab-pytorch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
2 changes: 1 addition & 1 deletion output/jupyterlab-tensorflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
2 changes: 1 addition & 1 deletion output/sas/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit 027317c

Please sign in to comment.