From e25d3eaf7d5c650de349d25ed2a9a3382902700d Mon Sep 17 00:00:00 2001 From: Arshavir Ter-Gabrielyan Date: Mon, 23 Dec 2024 23:24:18 +0100 Subject: [PATCH] sixth --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 330f4da..fb8722c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM ubuntu:24.04 ENV TZ=UTC RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && \