Skip to content

Commit

Permalink
Correct Java version in container.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlubke committed Aug 7, 2023
1 parent 056753b commit 1b5af4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
<version>3.1.4</version>
<configuration>
<from>
<image>gcr.io/distroless/java11</image>
<image>gcr.io/distroless/java17</image>
</from>
<to>
<image>${container.repo}-${project.artifactId}</image>
Expand Down

0 comments on commit 1b5af4a

Please sign in to comment.