Skip to content

Commit

Permalink
fix(requirements): add missing setuptools requirement for python 12 (#…
Browse files Browse the repository at this point in the history
…2462)

* fix(requirements): add missing setuptools requirement for python 12

* chore(Dockerfile): lock python version at 3.12.4
  • Loading branch information
agconti authored Nov 22, 2024
1 parent a9dd1ba commit 08ae65d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.github_repository_name}}/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-slim as base
FROM python:3.12.4-slim as base
FROM base as builder

# Allows docker to cache installed dependencies between builds
Expand Down
1 change: 1 addition & 0 deletions {{cookiecutter.github_repository_name}}/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Django==5.1.1
django-configurations==2.5.1
gunicorn==23.0.0
newrelic==9.13.0
setuptools==75.6.0

# For the persistence stores
psycopg2-binary==2.9.9
Expand Down

0 comments on commit 08ae65d

Please sign in to comment.