From 2bce88992d85dc055d157af42027a037db0161ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 08:19:57 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F18/b?= =?UTF-8?q?ash=20to=20v5.2.15-r5=20(#243)?= 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 1b45e5d..533e16c 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -42,7 +42,7 @@ RUN \ musl=1.2.4-r0 \ \ && apk add --no-cache \ - bash=5.2.15-r3 \ + bash=5.2.15-r5 \ curl=8.1.1-r0 \ jq=1.6-r3 \ tzdata=2023c-r1 \