commit cc9a3cc9
Use a more modern version of Ubuntu to allow C++ "filesystem" usage
Changed files
| M | extra/docker/Dockerfile before |
diff --git a/extra/docker/Dockerfile b/extra/docker/Dockerfile
index 29cd80f..c3c3e82 100644
--- a/extra/docker/Dockerfile
+++ b/extra/docker/Dockerfile
@@ -1,4 +1,4 @@
-FROM ubuntu:20.04
+FROM ubuntu:22.04
# Set timezone to UTC. This prevents apt-get install SOME-PACKAGES from asking for timezone during setup
ENV TZ=UTC