From 7558d891420ecc49d06269b8ce903061db250b0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 19:35:56 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to v22 --- Dockerfile | 2 +- Dockerfile-testing | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 370521154..d758e37b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:focal as base +FROM ubuntu:jammy 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 92eac565a..6170c85de 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:22.04 ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && \ apt-get install --no-install-recommends -y \