Skip to content

Commit 440393e

Browse files
authored
Merge pull request #323 from pre-commit-ci/fix-virtualenv-data-dir
virtualenv data directory changed in 20.38 (pypa/virtualenv#3033)
2 parents 18476dc + 9ba8aca commit 440393e

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 : \
7676
&& curl --silent --location --output /tmp/virtualenv.pyz https://bootstrap.pypa.io/virtualenv/3.10/virtualenv.pyz \
7777
&& python3.12 /tmp/virtualenv.pyz /venv \
7878
&& pip install --requirement /tmp/requirements.txt \
79-
&& rm -rf "$XDG_DATA_HOME" /tmp/virtualenv.pyz \
79+
&& rm -rf "$XDG_CACHE_HOME" /tmp/virtualenv.pyz \
8080
&& :
8181

8282
# ensure virtualenv appdata cache is populated

0 commit comments

Comments
 (0)