Skip to content

Commit 8ac0eb1

Browse files
committed
ci: linux tox tests are running on ubuntu 24.04 as base
bumped from 22.04
1 parent 6c18e5a commit 8ac0eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/docker/linux/tox/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ARG CONAN_CENTER_PROXY_V2_URL=https://center2.conan.io
1313

1414
FROM ghcr.io/astral-sh/uv:latest AS uv_builder
1515

16-
FROM ubuntu:22.04 AS base
16+
FROM ubuntu:24.04 AS base
1717
COPY ci/docker/linux/tox/apt-packages.txt /tmp/
1818
RUN rm -f /etc/apt/apt.conf.d/docker-clean
1919
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \

0 commit comments

Comments
 (0)