From 634b7cdd1ad27592eef12fcee8449f2479e9c88e Mon Sep 17 00:00:00 2001 From: YF Chau Date: Tue, 23 Apr 2024 18:15:26 +0100 Subject: [PATCH] Fixed typo in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ebc01fe..3dedb5f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ RUN apt update && apt install -y \ RUN apt update && apt install -y \ libtiff-tools=4.3.0-6ubuntu0.8 \ libtiff5=4.3.0-6ubuntu0.8 \ - libgnutls30=3.7.3-4ubuntu1.4 \ + libgnutls30=3.7.3-4ubuntu1.5 \ openssl=3.0.2-0ubuntu1.15 \ libpam-modules=1.4.0-11ubuntu2.4 \ libpam-modules-bin=1.4.0-11ubuntu2.4 \