diff --git a/Dockerfile b/Dockerfile index e154d370..165ab370 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,6 +32,7 @@ RUN apt-get update -y \ jq \ haproxy \ fuse3 \ + rsync \ && \ if [ "$(uname -m)" = "x86_64" ]; \ then ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1; \ diff --git a/version.py b/version.py index a3d3626b..5a500c68 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -APP_VERSION = 'v1.3.9-1' +APP_VERSION = 'v1.3.9-2'