From 94185c1ae58b321b5e88bf2ed31227b5ac7e6550 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 3 Jan 2023 15:49:10 +0000 Subject: [PATCH] Switch tag to matrixorg-2022010302; which is 1.2.2 + the Python 3.11 fix --- docker/Dockerfile-dhvirtualenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile-dhvirtualenv b/docker/Dockerfile-dhvirtualenv index f77324f95e66..2013732422ce 100644 --- a/docker/Dockerfile-dhvirtualenv +++ b/docker/Dockerfile-dhvirtualenv @@ -39,7 +39,7 @@ RUN env DEBIAN_FRONTEND=noninteractive apt-get install \ # We are temporarily using a fork of dh-virtualenv due to an incompatibility with Python 3.11, which ships with # Debian sid. TODO: Switch back to upstream once https://github.com/spotify/dh-virtualenv/pull/354 has merged. RUN mkdir /dh-virtualenv -RUN wget -q -O /dh-virtualenv.tar.gz https://github.com/matrix-org/dh-virtualenv/archive/refs/tags/matrixorg-2023010301.tar.gz +RUN wget -q -O /dh-virtualenv.tar.gz https://github.com/matrix-org/dh-virtualenv/archive/refs/tags/matrixorg-2023010302.tar.gz RUN tar -xv --strip-components=1 -C /dh-virtualenv -f /dh-virtualenv.tar.gz # install its build deps. We do another apt-cache-update here, because we might