Skip to content

Commit

Permalink
Update docker and Heroku runtime info to python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
smartspot2 committed Jul 13, 2024
1 parent fb32141 commit 66ea583
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.django
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# set up environment variables
FROM python:3.9.16
FROM python:3.12.4

ENV POETRY_VIRTUALENVS_CREATE false
ENV POETRY_VERSION 1.3.1
ENV POETRY_VERSION 1.8.1
ENV POETRY_HOME /opt/poetry
ENV POETRY_NO_INTERACTION 1
ENV VIRTUAL_ENV /venv
Expand Down
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.9.13
python-3.12.4

0 comments on commit 66ea583

Please sign in to comment.