From d10a554de99911c763f12feb00310005ea26150d Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 15 Aug 2018 18:58:05 +0200 Subject: [PATCH] :arrow_up: Upgrades libssl1.0.0 to 1.0.2n-1ubuntu5.1 --- airsonos/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airsonos/Dockerfile b/airsonos/Dockerfile index 1027ddc..692c801 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 \ + libssl1.0.0=1.0.2n-1ubuntu5.1 \ \ && rm -f -r /tmp/* \ && rm -rf /var/lib/apt/lists/* \