diff --git a/Dockerfile b/Dockerfile index f6f9630..6b2c7a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ COPY src ./src RUN mvn package -DskipTests # Use a lightweight alpine image as the base image for the final stage -FROM maven:3.9.6-eclipse-temurin-21-alpine +FROM maven:3.9.10-eclipse-temurin-21-alpine # Set the working directory in the container WORKDIR /app # Copy the built JAR file from the previous stage to the container