diff --git a/Dockerfile b/Dockerfile index afb6fb5..9f7e38d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:9.5-slim +FROM debian:stable-slim RUN apt update RUN apt -yq install rsync openssh-client @@ -17,4 +17,4 @@ LABEL "maintainer"="AEnterprise " ADD entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh -ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["/entrypoint.sh"]