Skip to content

Commit

Permalink
Update to 3.10 python (#256)
Browse files Browse the repository at this point in the history
* Update to 3.20 python

* Add Django increment
  • Loading branch information
mattmachell authored Mar 14, 2024
1 parent 80ba2ea commit 4aca7e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.response
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-slim
FROM python:3.10-slim

RUN apt-get update && apt-get install -y --no-install-recommends \
netcat-openbsd \
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==3.2.23
Django==3.2.25
django-after-response==0.2.2
git+https://github.com/ministryofjustice/opg-response.git#egg=django-incident-response
django-health-check==3.18.1
Expand Down

0 comments on commit 4aca7e3

Please sign in to comment.