Skip to content

Commit

Permalink
chore(deps): update openjdk docker tag to v21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 15, 2023
1 parent 34d355b commit 76b2783
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:21
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:21
EXPOSE 8081

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

0 comments on commit 76b2783

Please sign in to comment.