Skip to content

Commit

Permalink
Merge pull request #949 from uw-it-aca/task/django-container-2
Browse files Browse the repository at this point in the history
Task/django container 2
  • Loading branch information
jlaney committed Feb 20, 2024
2 parents 548f1c0 + 0cde08a commit f33e116
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG DJANGO_CONTAINER_VERSION=1.4.1
ARG DJANGO_CONTAINER_VERSION=2.0.1

FROM us-docker.pkg.dev/uwit-mci-axdd/containers/django-container:${DJANGO_CONTAINER_VERSION} as app-container

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
'python-dateutil',
'django-pyscss>=2.0',
'beautifulsoup4',
'suds-jurko==0.6',
'suds',
'django-blti~=2.2',
'django-cors-headers',
'aws-message-client~=1.5',
'djangorestframework~=3.11',
'aws-message-client==v1.6-beta.1',
'djangorestframework~=3.14',
'django-storages[google]',
'uw-memcached-clients~=1.0',
'UW-RestClients-Core~=1.4',
Expand Down

0 comments on commit f33e116

Please sign in to comment.