Skip to content

Commit

Permalink
chore(deps): update amazoncorretto docker tag to v17.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2023
1 parent 7abba02 commit 58b91a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/DiscordBot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY ./src/main/ /app/src/main/

RUN gradle shadowJar --parallel --no-daemon

FROM amazoncorretto:17.0.7@sha256:42caee75951cc43cd6056d5d49393b9196eca3a62437d9179108c4f437db1473
FROM amazoncorretto:17.0.8@sha256:eaa4ff4026b888b602b9cef6875a7b763ab4b3076f1257c14237bd31bea54167
WORKDIR /app

COPY --from=build /app/build/libs/DiscordBot-all.jar /app/DiscordBot.jar
Expand Down
2 changes: 1 addition & 1 deletion packages/SseServer.Faloop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY ./src/main/ /app/src/main/

RUN gradle shadowJar --parallel --no-daemon

FROM amazoncorretto:17.0.7@sha256:42caee75951cc43cd6056d5d49393b9196eca3a62437d9179108c4f437db1473
FROM amazoncorretto:17.0.8@sha256:eaa4ff4026b888b602b9cef6875a7b763ab4b3076f1257c14237bd31bea54167
WORKDIR /app

COPY --from=build /app/build/libs/Divination.SseServer.Faloop-all.jar /app/Divination.SseServer.Faloop.jar
Expand Down
2 changes: 1 addition & 1 deletion packages/SseServer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY ./src/main/ /app/src/main/

RUN gradle shadowJar --parallel --no-daemon

FROM amazoncorretto:17.0.7@sha256:42caee75951cc43cd6056d5d49393b9196eca3a62437d9179108c4f437db1473
FROM amazoncorretto:17.0.8@sha256:eaa4ff4026b888b602b9cef6875a7b763ab4b3076f1257c14237bd31bea54167
WORKDIR /app

COPY --from=build /app/build/libs/Divination.SseServer-all.jar /app/Divination.SseServer.jar
Expand Down

0 comments on commit 58b91a6

Please sign in to comment.