Skip to content

Commit

Permalink
Update python and os in docker, update wagtail
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelmdLow committed Nov 21, 2024
1 parent 12dc115 commit 215a39f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-buster
FROM python:3.10-bullseye
COPY . /workspaces/ubyssey.ca/
WORKDIR /workspaces/ubyssey.ca/
# Installs some basics
Expand Down
2 changes: 1 addition & 1 deletion requirements-prd.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Django==4.2.0
wagtail==5.2.5
wagtail==5.2.7
git+https://github.com/ubyssey/[email protected]#egg=django-google-storage-updated
django-storages[google]==1.14.2
django-canonical-domain==0.3.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Django==4.2.0
wagtail==5.2.5
wagtail==5.2.7
git+https://github.com/ubyssey/[email protected]#egg=django-google-storage-updated
django-storages[google]==1.14.2
django-canonical-domain==0.3.0
Expand Down

0 comments on commit 215a39f

Please sign in to comment.