diff --git a/openfl-docker/Dockerfile.base b/openfl-docker/Dockerfile.base index 9a21818033..1aa76dfacd 100644 --- a/openfl-docker/Dockerfile.base +++ b/openfl-docker/Dockerfile.base @@ -3,7 +3,7 @@ # If your machine is behind a proxy, make sure you set it up in ~/.docker/config.json -FROM ubuntu:22.10 +FROM ubuntu:22.04 SHELL ["/bin/bash", "-o", "pipefail", "-c"] ARG INSTALL_SOURCES="yes"