From 79ff84465eda9db696895b915fb30f8bc8535b5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 04:21:29 +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 bd03c9acab..fc4e8cab1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:focal as base +FROM ubuntu:jammy as base # Warning: This file is experimental. # diff --git a/Dockerfile-testing b/Dockerfile-testing index 92eac565af..6170c85de4 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 \