Skip to content

Commit

Permalink
chore: bump to stable-slim base image
Browse files Browse the repository at this point in the history
  • Loading branch information
funwhilelost authored Apr 29, 2023
1 parent e6b1566 commit 3754992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:9.5-slim
FROM debian:stable-slim

RUN apt update
RUN apt -yq install rsync openssh-client
Expand All @@ -17,4 +17,4 @@ LABEL "maintainer"="AEnterprise <[email protected]>"

ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 3754992

Please sign in to comment.