From fb8791082765e64e8a3a5917cee7a871efd7c44c Mon Sep 17 00:00:00 2001 From: Amir Pourmand Date: Mon, 2 Oct 2023 14:40:19 +0330 Subject: [PATCH] Update Base Docker Image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 96e7294df365..dcc190ad7aa4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:latest +FROM ubuntu:23.10⁠ ENV DEBIAN_FRONTEND noninteractive Label MAINTAINER Amir Pourmand