From f4bdfe10cc764e8b080e517944e3844bff08d68b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 14 Jun 2023 11:58:13 +0200 Subject: [PATCH] Update the Debian Dockerfile to install libssl3 --- 1.6/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.6/Dockerfile b/1.6/Dockerfile index 89dd29a..d9defd3 100644 --- a/1.6/Dockerfile +++ b/1.6/Dockerfile @@ -7,7 +7,7 @@ RUN set -x \ RUN export DEBIAN_FRONTEND="noninteractive" \ && set -x \ && apt-get update \ -&& apt-get install -y libssl1.1 --no-install-recommends \ +&& apt-get install -y libssl3 --no-install-recommends \ && rm -rf /var/lib/apt/lists/* ENV SPIPED_VERSION=1.6.2 SPIPED_DOWNLOAD_SHA256=05d4687d12d11d7f9888d43f3d80c541b7721c987038d085f71c91bb06204567