From 3754992eff6664c3c7b4300c2d7a0853264be9da Mon Sep 17 00:00:00 2001 From: Andy Jacobs Date: Sat, 29 Apr 2023 12:03:47 -0700 Subject: [PATCH] chore: bump to stable-slim base image --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]