From bda18930d9ddc7cb2c41c91892c361f6d376d467 Mon Sep 17 00:00:00 2001 From: Fareesh Vijayarangam Date: Mon, 28 Oct 2024 10:01:22 +0530 Subject: [PATCH] Fix outdated Dockerfile deps --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 00f6fd9..f45ee0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,10 +28,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ python3-dev \ liblzma-dev \ libsqlite3-dev \ - libtiff-tools=4.3.0-6ubuntu0.9 \ - libtiff5=4.3.0-6ubuntu0.9 \ + libtiff-tools=4.3.0-6ubuntu0.10 \ + libtiff5=4.3.0-6ubuntu0.10 \ libgnutls30=3.7.3-4ubuntu1.5 \ - openssl=3.0.2-0ubuntu1.15 \ + openssl=3.0.2-0ubuntu1.18 \ libpam-modules=1.4.0-11ubuntu2.4 \ libpam-modules-bin=1.4.0-11ubuntu2.4 \ libpam-runtime=1.4.0-11ubuntu2.4 \