From 787a24b422ac9a3d955a5e219f1615518776e251 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 20 Mar 2019 21:35:24 +0100 Subject: [PATCH] :arrow_up: Upgrades libssl1.0.0 to 1.0.2n-1ubuntu5.3 --- airsonos/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airsonos/Dockerfile b/airsonos/Dockerfile index d6dfb81..2f24516 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.2 \ + libssl1.0.0=1.0.2n-1ubuntu5.3 \ \ && rm -fr \ /tmp/* \