diff --git a/apps/rsyncd/Dockerfile b/apps/rsyncd/Dockerfile index 5d11df0..b6302a8 100644 --- a/apps/rsyncd/Dockerfile +++ b/apps/rsyncd/Dockerfile @@ -4,10 +4,12 @@ LABEL maintainer="iXsystems " LABEL description="rsynd on debian bookworm" RUN apt update && \ - apt install -y rsync procps && \ + apt install -y rsync=3.2.7-1+deb12u1 procps && \ apt clean && \ rm -rf /var/lib/apt/lists/* +RUN rsync --version + ENTRYPOINT ["rsync", "--daemon", "--no-detach", "--config=/etc/rsyncd.conf"] HEALTHCHECK --interval=5s --timeout=10s --retries=3 \ diff --git a/apps/rsyncd/VERSION b/apps/rsyncd/VERSION index 3eefcb9..7dea76e 100644 --- a/apps/rsyncd/VERSION +++ b/apps/rsyncd/VERSION @@ -1 +1 @@ -1.0.0 +1.0.1