Skip to content

Commit

Permalink
Merge pull request #183 from ScanOC/docker-ver
Browse files Browse the repository at this point in the history
Bump python version in docker to 3.12
  • Loading branch information
dreinhold authored Mar 21, 2024
2 parents 9fd2df9 + c811335 commit 3eba914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9
FROM python:3.12
RUN apt-get update && \
apt-get -y install nginx redis-server ssl-cert tzdata && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 3eba914

Please sign in to comment.