From 62b5b0c96183726da7abe57c91a84dd843e7f335 Mon Sep 17 00:00:00 2001 From: Patrick Foley Date: Thu, 21 Sep 2023 09:37:50 -0700 Subject: [PATCH] Migrate to Ubuntu 22.04 LTS release (supported through 2027) (#875) Signed-off-by: Patrick Foley --- openfl-docker/Dockerfile.base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"