diff --git a/Dockerfile b/Dockerfile index 5ea5de0b3..b10555791 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN ./node_modules/.bin/sass --load-path=node_modules/ --style=compressed src/ap WORKDIR /src RUN /node_modules/.bin/jest -FROM public.ecr.aws/docker/library/python:3.11-alpine3.18 AS base +FROM public.ecr.aws/docker/library/python:3.12-alpine3.18 AS base ARG HELM_VERSION=3.14.1 ARG HELM_TARBALL=helm-v${HELM_VERSION}-linux-amd64.tar.gz diff --git a/requirements.txt b/requirements.txt index 52982f5bc..c7cf995b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -asgiref==3.7.2 +asgiref==3.8.1 auth0-python==4.7.0 authlib==1.3.0 beautifulsoup4==4.12.3 @@ -7,7 +7,7 @@ celery[sqs]==5.3.6 channels==4.0.0 channels-redis==4.2.0 daphne==4.1.0 -Django==5.0.2 +Django==5.0.4 django-crequest==2018.5.11 django-extensions==3.2.3 django-filter==24.1