diff --git a/Dockerfile b/Dockerfile
index 7e9f5768c18163a883d1d5b7790c3cbac352e6bc..96e262b3907329c2a557fb8e15703f1ca5aacc23 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -27,7 +27,7 @@
 #EXPOSE 8080
 #
 # Use the official Maven image as the base image
-FROM maven:4.0.0-jdk-19 as builder
+FROM eclipse-temurin:19-jre-alpine as builder
 
 # Set the working directory
 WORKDIR /app