Use jre to save lots of space

This commit is contained in:
aditya.chandel
2025-01-22 19:53:01 -07:00
parent 156e2439aa
commit 0a19696f20

View File

@@ -22,7 +22,7 @@ COPY ./booklore-api/src /springboot-app/src
RUN ./gradlew clean build
# Stage 3: Final image combining everything
FROM eclipse-temurin:21-jdk-alpine
FROM eclipse-temurin:21.0.5_11-jre-alpine
RUN apk update && apk add nginx