From 38f930400cb3ff0a3b22af256dd04f225cf15c96 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 9 Jul 2024 10:09:21 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20libpq5=20to=201?= =?UTF-8?q?5.7-0+deb12u1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jupyterlab/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jupyterlab/Dockerfile b/jupyterlab/Dockerfile index 5eb769ea..048278b9 100644 --- a/jupyterlab/Dockerfile +++ b/jupyterlab/Dockerfile @@ -37,8 +37,8 @@ RUN \ libnginx-mod-http-lua=1:0.10.23-1 \ libpng-dev=1.6.39-2 \ libpng16-16=1.6.39-2 \ - libpq-dev=15.5-0+deb12u1 \ - libpq5=15.5-0+deb12u1 \ + libpq-dev=15.7-0+deb12u1 \ + libpq5=15.7-0+deb12u1 \ libssl-dev=3.0.11-1~deb12u2 \ libtiff5-dev=4.5.0-6+deb12u1 \ libxml2-dev=2.9.14+dfsg-1.3~deb12u1 \