Skip to content

Commit

Permalink
🐛 Fix missed changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Poeschl committed Oct 13, 2023
1 parent bda77b3 commit e8cb9af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion rsync-local/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions rsync-local/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8cb9af

Please sign in to comment.