From baf64386b39695df22866ed8a12a4951dce29a5b Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 9 Nov 2023 12:12:46 -0500 Subject: [PATCH] Upgrade to Java 21 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 09b53be..dc1307a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # that we have a shell present to expand wildcards etc. FROM mrothy/scalafmt:2.3.2 as scalafmt -FROM eclipse-temurin:11-jre +FROM eclipse-temurin:21-jre COPY --from=scalafmt /usr/local/bin/scalafmt /usr/local/bin/scalafmt COPY entrypoint.sh /entrypoint.sh