Skip to content

Commit

Permalink
Update Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
comassky authored Feb 25, 2022
1 parent dfa8602 commit c861da6
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,5 +1,5 @@
# Use an official Python runtime as a parent image
FROM python:3.7-slim
FROM python:3.9-alpine

# Set the working directory to /app
WORKDIR /app
Expand All @@ -16,4 +16,4 @@ ENV DELAY 60
ENV LOG_LEVEL INFO

# Run app.py when the container launches
CMD ["python", "jackett2telegram.py"]
CMD ["python", "jackett2telegram.py"]

0 comments on commit c861da6

Please sign in to comment.