From 276efd0fed282dec577c4c2edbb07f702837a27a Mon Sep 17 00:00:00 2001 From: Mohit Kumar <162154589+mohitkumar1313@users.noreply.github.com> Date: Thu, 26 Sep 2024 19:15:16 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5f26ed465..679f330d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,5 +23,5 @@ RUN ./mvnw clean package -DskipTests # Expose the port on which the application will run EXPOSE 8080 -# Run the Spring Boot application -ENTRYPOINT ["java", "-jar", "target/spring-petclinic-2.6.0-SNAPSHOT.jar"] +# Run the Spring Boot application with the correct JAR version +ENTRYPOINT ["java", "-jar", "target/spring-petclinic-3.3.0-SNAPSHOT.jar"]