TT#121955 update django to latest 3.2.X version

https: //docs.djangoproject.com/en/dev/releases/3.2.14/
Change-Id: I817ccfe73546944d179faa9866f3215602ad6ba5
pull/8/head
Victor Seva 3 years ago
parent dc4d12a68f
commit 2863cb123a

@ -1,5 +1,5 @@
celery celery
Django==3.2.13 Django==3.2.14
django-appconf django-appconf
django-assets django-assets
django-celery-beat django-celery-beat

@ -5,7 +5,7 @@ FROM docker.mgm.sipwise.com/sipwise-bullseye:latest
# is updated with the current date. It will force refresh of all # is updated with the current date. It will force refresh of all
# of the base images and things like `apt-get update` won't be using # of the base images and things like `apt-get update` won't be using
# old cached versions when the Dockerfile is built. # old cached versions when the Dockerfile is built.
ENV REFRESHED_AT 2022-05-28 ENV REFRESHED_AT 2022-07-06
RUN apt-get update && apt-get install --assume-yes python3 python3-dev \ RUN apt-get update && apt-get install --assume-yes python3 python3-dev \
python3-pytest python3-pytest-pep8 \ python3-pytest python3-pytest-pep8 \

Loading…
Cancel
Save