From 79fbcd487501707d8d10665e5084650a5ec69ced Mon Sep 17 00:00:00 2001 From: remi-filament <30716308+remi-filament@users.noreply.github.com> Date: Wed, 22 Apr 2020 15:57:09 +0200 Subject: [PATCH] Update Werkzeug to 0.14.1 https://github.com/odoo/odoo/commit/73363e24e5f715b5fd043583da9d92a2a093c3a3 --- 10.0.Dockerfile | 2 +- 12.0.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/10.0.Dockerfile b/10.0.Dockerfile index 6b9b851..938b401 100644 --- a/10.0.Dockerfile +++ b/10.0.Dockerfile @@ -46,7 +46,7 @@ RUN set -x; \ apt-get install -y --no-install-recommends ${APT_DEPS} &&\ curl https://bootstrap.pypa.io/get-pip.py | python /dev/stdin &&\ pip install -I -r https://raw.githubusercontent.com/OCA/OCB/10.0/requirements.txt &&\ - pip install simplejson WTForms &&\ + pip install simplejson WTForms Werkzeug==0.14.1 &&\ apt-get -y purge ${APT_DEPS} &&\ apt-get -y autoremove &&\ rm -rf /var/lib/apt/lists/* wkhtmltox.deb diff --git a/12.0.Dockerfile b/12.0.Dockerfile index 2a08a0d..c6e81dc 100644 --- a/12.0.Dockerfile +++ b/12.0.Dockerfile @@ -41,7 +41,7 @@ RUN set -x; \ apt-get install -y --no-install-recommends ${APT_DEPS} &&\ curl https://bootstrap.pypa.io/get-pip.py | python3 /dev/stdin &&\ pip install -I -r https://raw.githubusercontent.com/OCA/OCB/12.0/requirements.txt &&\ - pip install simplejson WTForms zxcvbn &&\ + pip install simplejson WTForms zxcvbn phonenumbers Werkzeug==0.14.1 &&\ apt-get -y purge ${APT_DEPS} &&\ apt-get -y autoremove &&\ rm -rf /var/lib/apt/lists/* wkhtmltox.deb -- GitLab