Skip to content

Commit 0ab0544

Browse files
committed
bump minimum version of Django for security
1 parent a7d2757 commit 0ab0544

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# https://devcenter.heroku.com/articles/getting-started-with-python
55
# Match version to Heroku app
66
# Keep in sync with .github/workflows/main.yml and Pipfile
7-
FROM python:3.10-slim
7+
FROM python:3.10
88

99
# Configure apt not to prompt during docker build
1010
ARG DEBIAN_FRONTEND=noninteractive

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ flake8 = "*"
1010
isort = "*"
1111

1212
[packages]
13-
Django = ">=3.2.18,<3.3"
13+
Django = ">=3.2.19,<3.3"
1414
django-countries = "*"
1515
django-heroku = "*"
1616
django-libsass = "*"

0 commit comments

Comments
 (0)