From 442c4c9b2fb5f80974c8c532edfc93554b4b0417 Mon Sep 17 00:00:00 2001 From: soulstar9792 Date: Wed, 22 Nov 2023 17:58:49 +0530 Subject: [PATCH] Update ubuntu to 22.04 from 20.04 Signed-off-by: Satyam Zode --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cadb8e4..2c34ece 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Based on Preview 7 # https://soroban.stellar.org/docs/reference/releases -FROM ubuntu:20.04 +FROM ubuntu:22.04 RUN apt update && apt install -y curl