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