From f267ab85915dfceba27bd78a098bcb9acdd3c082 Mon Sep 17 00:00:00 2001 From: teamclouday Date: Wed, 12 Jun 2024 16:26:22 -0400 Subject: [PATCH] Update Dockerfile libtiff-tools libtiff5 versions --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e305757..e930003 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,8 +28,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ python3-dev \ liblzma-dev \ libsqlite3-dev \ - libtiff-tools=4.3.0-6ubuntu0.8 \ - libtiff5=4.3.0-6ubuntu0.8 \ + libtiff-tools=4.3.0-6ubuntu0.9 \ + libtiff5=4.3.0-6ubuntu0.9 \ libgnutls30=3.7.3-4ubuntu1.5 \ openssl=3.0.2-0ubuntu1.15 \ libpam-modules=1.4.0-11ubuntu2.4 \