From 635dab72bef9837a538fcb20c80741123922535a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 13:28:38 +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 b55f495f86..0196eeccb4 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 \