TT#121955 dev: pin working version of Werkzeug

See for details https://github.com/django-extensions/django-extensions/pull/1716

Change-Id: Ic253ba8ef845fce03723ff4ed76e827edc9709fa
pull/7/head
Victor Seva 3 years ago
parent eb4f76f554
commit 5a193617ba

@ -1,3 +1,3 @@
-r test.txt
watchdog
Werkzeug
Werkzeug==2.0.0

@ -5,7 +5,7 @@ FROM docker.mgm.sipwise.com/sipwise-bullseye:latest
# 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
# old cached versions when the Dockerfile is built.
ENV REFRESHED_AT 2022-01-23
ENV REFRESHED_AT 2022-05-26
RUN apt-get update && apt-get install --assume-yes python3 python3-dev \
python3-pytest python3-pytest-pep8 \

Loading…
Cancel
Save