diff --git a/apps/rsyncd/Dockerfile b/apps/rsyncd/Dockerfile index b6302a8..1272194 100644 --- a/apps/rsyncd/Dockerfile +++ b/apps/rsyncd/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="iXsystems " 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/* diff --git a/apps/rsyncd/VERSION b/apps/rsyncd/VERSION index 7dea76e..6d7de6e 100644 --- a/apps/rsyncd/VERSION +++ b/apps/rsyncd/VERSION @@ -1 +1 @@ -1.0.1 +1.0.2