From 28a224ab7281a280d3ee9f2ac04eb67ebcf53bca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 07:15:13 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F19/c?= =?UTF-8?q?oreutils=20to=20v9.4-r2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Dockerfile b/example/Dockerfile index 3368eaf..4dfe0ea 100644 --- a/example/Dockerfile +++ b/example/Dockerfile @@ -7,7 +7,7 @@ COPY rootfs / # Setup base RUN apk add --no-cache \ - coreutils=9.4-r1 \ + coreutils=9.4-r2 \ wget=1.21.4-r0 # Build arguments