From f7bda1fe6c78999c9211afb188a05b40e050cc95 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 25 Oct 2020 14:46:20 +0100 Subject: [PATCH] :arrow_up: Upgrades libssl1.0.0 to 1.0.2n-1ubuntu5.4 --- airsonos/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airsonos/Dockerfile b/airsonos/Dockerfile index 3d6e1af..a5f6fdb 100755 --- a/airsonos/Dockerfile +++ b/airsonos/Dockerfile @@ -10,7 +10,7 @@ RUN \ apt-get update \ \ && apt-get install -y --no-install-recommends \ - libssl1.0.0=1.0.2n-1ubuntu5.3 \ + libssl1.0.0=1.0.2n-1ubuntu5.4 \ \ && rm -fr \ /tmp/* \