From 0c11cb9d8040c0da9ce398ac296011533f266300 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 08:59:11 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F18/i?= =?UTF-8?q?cu-data-full=20to=20v73.2-r1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- node-red/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-red/Dockerfile b/node-red/Dockerfile index 29997077a..ebae76b31 100644 --- a/node-red/Dockerfile +++ b/node-red/Dockerfile @@ -22,7 +22,7 @@ RUN \ \ && apk add --no-cache \ git=2.40.1-r0 \ - icu-data-full=73.2-r0 \ + icu-data-full=73.2-r1 \ nginx=1.24.0-r6 \ nodejs=18.16.0-r1 \ npm=9.6.6-r0 \