From c54ea8e98aea11ab6d770f4ac3f9ccae955165a0 Mon Sep 17 00:00:00 2001 From: RDR-IT Date: Fri, 14 Mar 2025 15:28:16 +0000 Subject: [PATCH] Edit Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 50e0eb3..cae2da0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM ubuntu:24.04 RUN apt-get update \ && apt-get install software-properties-common -y \ -- GitLab