Skip to content

Commit

Permalink
bumped python version to 3.12. Bumped some dependencies to latest ver…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
jamesstottmoj committed Apr 4, 2024
1 parent 86fd452 commit 880628f
Show file tree
Hide file tree
Showing 2 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
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 880628f

Please sign in to comment.