From da993dfad35b5732beb75bcae9ba684e5567bd75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Jul 2023 19:06:04 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F18/m?= =?UTF-8?q?usl=20to=20v1.2.4-r1=20(#254)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index 3d96a30..3201a5f 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -39,7 +39,7 @@ RUN \ libcrypto3=3.1.1-r3 \ libssl3=3.1.1-r3 \ musl-utils=1.2.4-r0 \ - musl=1.2.4-r0 \ + musl=1.2.4-r1 \ \ && apk add --no-cache \ bash=5.2.15-r5 \