Skip to content

Commit

Permalink
Update Python version to fix vulnerabilities
Browse files Browse the repository at this point in the history
Merge pull request #9 from comassky/main
  • Loading branch information
danimart1991 authored Feb 26, 2022
2 parents dfa8602 + c861da6 commit f54d48a
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 f54d48a

Please sign in to comment.