From 913db077bd3e8d844d2f3f69ff2a0da15a658045 Mon Sep 17 00:00:00 2001 From: Arthur Outhenin-Chalandre Date: Mon, 24 Apr 2023 12:58:09 +0200 Subject: [PATCH] dockerfile: use ubuntu 22.04 Signed-off-by: Arthur Outhenin-Chalandre --- Dockerfile | 2 +- pipeline.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index befdc6f2c63..1e0d3daac14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use imutable image tags rather than mutable tags (like ubuntu:20.04) -FROM ubuntu:focal-20220531 +FROM ubuntu:jammy-20230308 # Some tools like yamllint need this # Pip needs this as well at the moment to install ansible # (and potentially other packages) diff --git a/pipeline.Dockerfile b/pipeline.Dockerfile index 129a1928932..c782883f990 100644 --- a/pipeline.Dockerfile +++ b/pipeline.Dockerfile @@ -1,5 +1,5 @@ # Use imutable image tags rather than mutable tags (like ubuntu:20.04) -FROM ubuntu:focal-20220531 +FROM ubuntu:jammy-20230308 # Some tools like yamllint need this # Pip needs this as well at the moment to install ansible # (and potentially other packages)