Skip to content

Commit

Permalink
Update openjdk Docker tag to v17.0.2-slim-buster
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 28, 2022
1 parent 6953ca9 commit 6eed634
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-slim-buster
FROM openjdk:17.0.2-slim-buster
EXPOSE 8080

ARG JAR_FILE=build/libs/products-subgraph-0.0.1-SNAPSHOT.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-slim-buster
FROM openjdk:17.0.2-slim-buster
EXPOSE 8081

ARG JAR_FILE=build/libs/reviews-subgraph-0.0.1-SNAPSHOT.jar
Expand Down

0 comments on commit 6eed634

Please sign in to comment.