From e8cb9afdd69892206f3c0d8b9681b3cc1c73707a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20P=C3=B6schl?= Date: Fri, 13 Oct 2023 14:30:23 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20missed=20changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rsync-local/CHANGELOG.md | 1 - rsync-local/Dockerfile | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/rsync-local/CHANGELOG.md b/rsync-local/CHANGELOG.md index 8f41f3be..7d19e2d0 100644 --- a/rsync-local/CHANGELOG.md +++ b/rsync-local/CHANGELOG.md @@ -4,7 +4,6 @@ * 🔼 Updated to alpine `3.18` * 🔼 Updated rsync to `3.2.7-r4` * 🔼 Update coreutils to `9.3-r1` -* 🔼 Update openssh-client-default to `9.3_p2-r0` * ✨ Add more device mappings (`/dev/sd[a-e][1-5]`) ## 1.6.0 - 2023-01-08 diff --git a/rsync-local/Dockerfile b/rsync-local/Dockerfile index 30579f50..319438a3 100644 --- a/rsync-local/Dockerfile +++ b/rsync-local/Dockerfile @@ -3,8 +3,8 @@ FROM $BUILD_FROM AS RUNNING RUN apk update && \ apk add --no-cache \ - 'rsync=3.2.7-r0' \ - 'coreutils=9.1-r0' + 'rsync=3.2.7-r4' \ + 'coreutils=9.3-r1' COPY root / RUN chmod a+x /run.sh