Skip to content

Commit 5ca93ce

Browse files
Change ubuntu:24.10 to ubuntu:24.04 (#75)
1 parent c2361ea commit 5ca93ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SourceCode/Builds/build_with_msvc6_on_docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ On your project folder create a file named `Dockerfile` and copy the
1717
following content inside of it and save the file.
1818

1919
```docker
20-
FROM ubuntu:24.10
20+
FROM ubuntu:24.04
2121
2222
WORKDIR /build
2323

0 commit comments

Comments
 (0)