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