Skip to content

Commit 37fcfe5

Browse files
fix(DATAGO-126556): pin virtualenv for hatch Dockerfile (#1103)
1 parent 92637d6 commit 37fcfe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ RUN echo "deb http://deb.debian.org/debian unstable main" > /etc/apt/sources.lis
7676
mv /root/.local/bin/uv /usr/local/bin/uv && \
7777
rm -rf /var/lib/apt/lists/* /etc/apt/sources.list.d/unstable.list /etc/apt/preferences.d/99pin-libtasn1 && \
7878
python3 -m venv /opt/venv && \
79-
uv pip install --system hatch
79+
uv pip install --system "virtualenv<21" hatch
8080

8181
WORKDIR /app
8282

0 commit comments

Comments
 (0)