From 9d5e2bcde2a5b36147f0a7114cc2e14b4008aa77 Mon Sep 17 00:00:00 2001 From: Aleksey Karpov <86011874+alekseyolg@users.noreply.github.com> Date: Thu, 27 Apr 2023 07:39:53 +0300 Subject: [PATCH] dockerfile ubuntu update to 22.04 dockerfile ubuntu update to 22.04 Update Dockerfile --- Dockerfile | 4 ++-- pipeline.Dockerfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9fbd7eec50d..965a0c1defa 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 +# Use imutable image tags rather than mutable tags (like ubuntu:22.04) +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..f729a5ff14f 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 +# Use imutable image tags rather than mutable tags (like ubuntu:22.04) +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)