From df62742bcfec3404e584db6d838af6ae759c76bc Mon Sep 17 00:00:00 2001 From: Jorim Tielemans Date: Mon, 9 Mar 2020 08:40:20 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20musl=20to=201.1?= =?UTF-8?q?.24-r1=20(#37)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/Dockerfile b/base/Dockerfile index 3c38e26..6cc8215 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -32,8 +32,8 @@ RUN \ && apk add --no-cache \ libcrypto1.1=1.1.1d-r3 \ libssl1.1=1.1.1d-r3 \ - musl-utils=1.1.24-r0 \ - musl=1.1.24-r0 \ + musl-utils=1.1.24-r1 \ + musl=1.1.24-r1 \ \ && apk add --no-cache \ bash=5.0.11-r1 \