From 50bd97b6c49d1e60f22d85302d671632f11bc8d1 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 13 Oct 2023 11:03:26 +0200 Subject: [PATCH] Upgrade to Ubuntu 23.04. Closes #61 --- ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Dockerfile b/ci/Dockerfile index 808f1d2..320bcfd 100755 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.10 +FROM ubuntu:23.04 # Bake a container using sdkman to get all the needed JDKs.