Skip to content

Commit

Permalink
chore(deps): update openjdk docker tag to v17.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent ed6b7a6 commit 17fe51c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion products-subgraph/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:17
FROM openjdk:17.0.2
EXPOSE 8080

ARG JAR_FILE=build/libs/products.jar
Expand Down
2 changes: 1 addition & 1 deletion reviews-subgraph/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:17
FROM openjdk:17.0.2
EXPOSE 8081

ARG JAR_FILE=build/libs/reviews.jar
Expand Down

0 comments on commit 17fe51c

Please sign in to comment.