File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ARG CONAN_CENTER_PROXY_V2_URL=https://center2.conan.io
1313
1414FROM ghcr.io/astral-sh/uv:latest AS uv_builder
1515
16- FROM ubuntu:22 .04 AS base
16+ FROM ubuntu:24 .04 AS base
1717COPY ci/docker/linux/tox/apt-packages.txt /tmp/
1818RUN rm -f /etc/apt/apt.conf.d/docker-clean
1919RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
@@ -53,6 +53,7 @@ RUN --mount=type=cache,target=${PIP_DOWNLOAD_CACHE} \
5353 --mount=type=bind,source=uv.lock,target=uv.lock \
5454 --mount=type=bind,source=conanfile.py,target=/tmp/conanfile.py \
5555 --mount=type=bind,source=conan.lock,target=/tmp/conan.lock \
56+ --mount=type=tmpfs,target=.venv \
5657 uv run --only-group conan conan profile detect --exist-ok && \
5758 cp ${CONAN_HOME}/global.conf /tmp/global.conf.original && \
5859 echo "core.sources:download_cache = $CONAN_DOWNLOAD_CACHE" >> ${CONAN_HOME}/global.conf && \
You can’t perform that action at this time.
0 commit comments