Skip to content

Commit

Permalink
Bump minimum rsync version for silta-rsync
Browse files Browse the repository at this point in the history
  • Loading branch information
operinko committed Jan 16, 2025
1 parent 4fbb520 commit 4b87765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions silta-rsync/rsync/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.21.1

RUN apk add --no-cache --virtual .run-deps rsync bash tzdata coreutils && rm -rf /var/cache/apk/*
RUN apk add --no-cache --virtual .run-deps "rsync>~3.4.0" bash tzdata coreutils && rm -rf /var/cache/apk/*

CMD ["bash"]
CMD ["bash"]

0 comments on commit 4b87765

Please sign in to comment.