From 5e2d3a2c7fe57ef86b2d7ef2c2c29adce09df327 Mon Sep 17 00:00:00 2001
From: Tim Kreuzer <t.kreuzer@fz-juelich.de>
Date: Thu, 4 Aug 2022 13:57:35 +0200
Subject: [PATCH] Update lmod/Dockerfile

---
 lmod/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lmod/Dockerfile b/lmod/Dockerfile
index 66ce857..045f542 100644
--- a/lmod/Dockerfile
+++ b/lmod/Dockerfile
@@ -50,7 +50,7 @@ COPY --chown=root:root ./install_files/lmod /opt/apps/install/lmod
 RUN /bin/bash /opt/apps/install/lmod/install_lmod_8.4.sh
 
 RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - && apt install -y gcc g++ nodejs
-RUN wget -O /tmp/libssl1.0.0.deb http://security.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.8_amd64.deb && apt install /tmp/libssl1.0.0.deb
+RUN wget -O /tmp/libssl1.0.0.deb http://security.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.10_amd64.deb && apt install /tmp/libssl1.0.0.deb
 
 WORKDIR /home/$NB_USER
 COPY files/bash.bashrc /etc/bash.bashrc
-- 
GitLab