Skip to content

Commit

Permalink
Merge pull request #29 from whatdaybob/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
whatdaybob authored Apr 8, 2022
2 parents 65ec7c3 + ddd8671 commit 74936fd
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 python:3.7-buster
FROM python:3.9-buster
LABEL maintainer="Martin Jones <[email protected]>"

# Update and install ffmpeg
Expand Down Expand Up @@ -36,4 +36,4 @@ RUN \
# ENV setup
ENV CONFIGPATH /config/config.yml

CMD [ "python", "-u", "/app/sonarr_youtubedl.py" ]
CMD [ "python", "-u", "/app/sonarr_youtubedl.py" ]

0 comments on commit 74936fd

Please sign in to comment.