Skip to content

Commit

Permalink
Merge pull request #5 from truenas/stavros-k-patch-1
Browse files Browse the repository at this point in the history
rsyncd: update rsync version
  • Loading branch information
stavros-k authored Jan 23, 2025
2 parents a7324d9 + 69a01af commit e893061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/rsyncd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="iXsystems <[email protected]>"
LABEL description="rsynd on debian bookworm"

RUN apt update && \
apt install -y rsync=3.2.7-1+deb12u1 procps && \
apt install -y rsync=3.2.7-1+deb12u2 procps && \
apt clean && \
rm -rf /var/lib/apt/lists/*

Expand Down
2 changes: 1 addition & 1 deletion apps/rsyncd/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.2

0 comments on commit e893061

Please sign in to comment.