Skip to content

Commit

Permalink
Merge branch 'master' into pyup-scheduled-update-2024-11-22
Browse files Browse the repository at this point in the history
  • Loading branch information
agconti committed Nov 22, 2024
2 parents fd81d69 + 08ae65d commit 1479272
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.3
django-configurations==2.5.1
gunicorn==23.0.0
newrelic==10.3.0
setuptools==75.6.0

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

0 comments on commit 1479272

Please sign in to comment.