We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c18e5a commit 8ac0eb1Copy full SHA for 8ac0eb1
ci/docker/linux/tox/Dockerfile
@@ -13,7 +13,7 @@ ARG CONAN_CENTER_PROXY_V2_URL=https://center2.conan.io
13
14
FROM ghcr.io/astral-sh/uv:latest AS uv_builder
15
16
-FROM ubuntu:22.04 AS base
+FROM ubuntu:24.04 AS base
17
COPY ci/docker/linux/tox/apt-packages.txt /tmp/
18
RUN rm -f /etc/apt/apt.conf.d/docker-clean
19
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
0 commit comments