From 314d09f141dea36aaa4746605ae5d45970b417e5 Mon Sep 17 00:00:00 2001 From: tranju664 <164826479+tranju664@users.noreply.github.com> Date: Sun, 15 Feb 2026 23:13:58 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d695fb6..100ffaa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ # Use the latest OpenJDK image as the base image -FROM openjdk:latest +#FROM openjdk:latest +FROM eclipse-temurin:17-jre # Create a directory in the Docker image to store the JAR file WORKDIR /app