From 25b59b9065cfa05b457191bd63753f1b1ea1334f Mon Sep 17 00:00:00 2001 From: Jack Joy Date: Mon, 6 Nov 2023 11:46:09 +0000 Subject: [PATCH] updating ubuntu bionic->jammy --- ubuntu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/Dockerfile b/ubuntu/Dockerfile index 0f831a08..a89c6946 100644 --- a/ubuntu/Dockerfile +++ b/ubuntu/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:bionic +FROM ubuntu:jammy ENV DEBIAN_FRONTEND=noninteractive RUN apt update \