From 878a119961eef087a665b345cbb0ca79ab631aa9 Mon Sep 17 00:00:00 2001 From: Mikhail Anikin Date: Mon, 24 Jun 2024 12:48:45 +0300 Subject: [PATCH] [CI] Update Dockerfile to Ubuntu 22.04 --- conf/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/docker/Dockerfile b/conf/docker/Dockerfile index b7ad55d..92fcfd0 100644 --- a/conf/docker/Dockerfile +++ b/conf/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:20.04 +FROM ubuntu:22.04 # Set the default shell to bash SHELL ["/bin/bash", "-c"]