Update Dockerfile

This commit is contained in:
John Hanzu Kim 2025-06-16 17:47:11 +09:00 committed by GitHub
parent 79b481585b
commit d6c0b04d31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ WORKDIR /app
COPY ${BUILD_LIB_DIR}/${ARTIFACTORY_FILE} app.jar COPY ${BUILD_LIB_DIR}/${ARTIFACTORY_FILE} app.jar
# Runtime stage # Runtime stage
FROM openjdk:17-jre-slim FROM eclipse-temurin:17-jre
# Install necessary packages # Install necessary packages
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \