Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
Update amazoncorretto Docker tag to v17.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2023
1 parent ffac1ee commit 16eb42a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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/

Expand Down

0 comments on commit 16eb42a

Please sign in to comment.