Skip to content

Commit a0ac5d9

Browse files
committed
♻️ Cache handling
1 parent caa659f commit a0ac5d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ ENV UV_CACHE_DIR=/var/cache/uv \
6666
UV_PYTHON_CACHE_DIR=/var/cache/uv/python \
6767
UV_LINK_MODE=copy
6868

69-
RUN --mount=type=cache,target=/var/cache/uv,sharing=locked,uid=1000 set -x; uv python install ${PYTHONVERSION} --default && uv python pin --global ${PYTHONVERSION}
69+
RUN --mount=type=cache,target=$UV_CACHE_DIR,uid=1000 set -x; uv python install ${PYTHONVERSION} --default && uv python pin --global ${PYTHONVERSION}

0 commit comments

Comments
 (0)