From c801bd8e9f8cab3d9371ad1314d334b60bcedd01 Mon Sep 17 00:00:00 2001 From: Yutaro Sakamoto Date: Mon, 3 Jun 2024 11:23:46 +0900 Subject: [PATCH] [Update]: downgrade the Ubuntu version 24.04 to 22.04 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2098257..5689397 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:24.04 +FROM ubuntu:22.04 SHELL ["/bin/bash", "-c"]