Skip to content

Commit

Permalink
Change Java images from openjdk to eclipse-temurin's JRE (#991)
Browse files Browse the repository at this point in the history
* Change Java images to Temurin

* Change Java images to use JREs
  • Loading branch information
bourgeoisor authored Oct 3, 2022
1 parent b0fb45e commit be48654
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/balancereader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<version>3.3.0</version>
<configuration>
<from>
<image>openjdk:17-alpine</image>
<image>eclipse-temurin:17-jre-alpine</image>
</from>
</configuration>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion src/ledgermonolith/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<version>3.3.0</version>
<configuration>
<from>
<image>openjdk:17-alpine</image>
<image>eclipse-temurin:17-jre-alpine</image>
</from>
</configuration>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion src/ledgerwriter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
<version>3.3.0</version>
<configuration>
<from>
<image>openjdk:17-alpine</image>
<image>eclipse-temurin:17-jre-alpine</image>
</from>
</configuration>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion src/transactionhistory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<version>3.3.0</version>
<configuration>
<from>
<image>openjdk:17-alpine</image>
<image>eclipse-temurin:17-jre-alpine</image>
</from>
</configuration>
</plugin>
Expand Down

0 comments on commit be48654

Please sign in to comment.