From 6cf7c1453a4a7bf8c61e21029abb9d2a2a0a3d25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 04:00:36 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to v24 --- Dockerfile | 2 +- Dockerfile-testing | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e57c142d00..9ba2843ab3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:focal as base +FROM ubuntu:noble as base # System requirements # - git; Used to pull in particular requirements from github rather than pypi, diff --git a/Dockerfile-testing b/Dockerfile-testing index 92eac565af..c151870bf3 100644 --- a/Dockerfile-testing +++ b/Dockerfile-testing @@ -2,7 +2,7 @@ # this will run similar to CI in that it is a base Ubuntu image with minimal packages # installed on top. -FROM ubuntu:20.04 +FROM ubuntu:24.04 ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && \ apt-get install --no-install-recommends -y \