From c037b9d31dd746728d5ab8fc16cf9126e43a7067 Mon Sep 17 00:00:00 2001 From: John Ahlroos Date: Sun, 16 Feb 2025 20:13:16 +0100 Subject: [PATCH] Use JDK 21 with docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4be2d79..670a09b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM openjdk:17-jdk-alpine +FROM eclipse-temurin:21-jre-alpine LABEL org.opencontainers.image.authors="john@devsoap.com" COPY dist/ /app/ RUN chmod +x /app/bin/*