From 48ccf2c4aca5bb05d8f2512bbbb32b6f1bd3d706 Mon Sep 17 00:00:00 2001 From: Satyam Zode <5508956+satyamz@users.noreply.github.com> Date: Tue, 21 Nov 2023 19:30:11 +0530 Subject: [PATCH] Upgrade Ubuntu to 22.04 from 20.04 (#727) Signed-off-by: Satyam Zode Co-authored-by: Satyam Zode --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9cde03d2..d7bf5b7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:20.04 as build +FROM ubuntu:22.04 as build MAINTAINER SDF Ops Team