Skip to content

Commit

Permalink
Merge pull request #10 from funwhilelost/master
Browse files Browse the repository at this point in the history
chore: bump to `stable-slim` base image
  • Loading branch information
AEnterprise authored May 7, 2023
2 parents e6b1566 + 3754992 commit 72ddc26
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 72ddc26

Please sign in to comment.