Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 94185c1

Browse files
committed
Switch tag to matrixorg-2022010302; which is 1.2.2 + the Python 3.11 fix
1 parent 5818223 commit 94185c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile-dhvirtualenv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN env DEBIAN_FRONTEND=noninteractive apt-get install \
3939
# We are temporarily using a fork of dh-virtualenv due to an incompatibility with Python 3.11, which ships with
4040
# Debian sid. TODO: Switch back to upstream once https://github.com/spotify/dh-virtualenv/pull/354 has merged.
4141
RUN mkdir /dh-virtualenv
42-
RUN wget -q -O /dh-virtualenv.tar.gz https://github.com/matrix-org/dh-virtualenv/archive/refs/tags/matrixorg-2023010301.tar.gz
42+
RUN wget -q -O /dh-virtualenv.tar.gz https://github.com/matrix-org/dh-virtualenv/archive/refs/tags/matrixorg-2023010302.tar.gz
4343
RUN tar -xv --strip-components=1 -C /dh-virtualenv -f /dh-virtualenv.tar.gz
4444

4545
# install its build deps. We do another apt-cache-update here, because we might

0 commit comments

Comments
 (0)