diff --git a/Dockerfile b/Dockerfile index 802ac03..3002be1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ -FROM amazoncorretto:17 AS build +FROM amazoncorretto:17.0.9 AS build WORKDIR /work COPY . /work RUN chmod +x gradlew && ./gradlew --no-daemon installDist -FROM amazoncorretto:17 +FROM amazoncorretto:17.0.9 COPY --from=build /work/build/install/market/ /app/market/