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