From 024ac293282caec5601343700471bef0257bba09 Mon Sep 17 00:00:00 2001 From: zhackk <110896434+zhackk@users.noreply.github.com> Date: Mon, 1 Dec 2025 17:19:22 +0300 Subject: [PATCH] change ubuntu:24.10 to ubuntu:24.04 ver 24.10 is obsolete, 04 is LTS should last till 2029 --- SourceCode/Builds/build_with_msvc6_on_docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SourceCode/Builds/build_with_msvc6_on_docker.md b/SourceCode/Builds/build_with_msvc6_on_docker.md index 45e35878..1d486a7e 100644 --- a/SourceCode/Builds/build_with_msvc6_on_docker.md +++ b/SourceCode/Builds/build_with_msvc6_on_docker.md @@ -17,7 +17,7 @@ On your project folder create a file named `Dockerfile` and copy the following content inside of it and save the file. ```docker -FROM ubuntu:24.10 +FROM ubuntu:24.04 WORKDIR /build