Skip to content

Commit

Permalink
Merge pull request #602 from nitram509/fix-jib-build
Browse files Browse the repository at this point in the history
fix: jre-image tag, made jib release failing
  • Loading branch information
nitram509 authored Nov 18, 2023
2 parents e0b4476 + c02a818 commit 03ff483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<version.java>17</version.java>
<java.version>${version.java}</java.version>

<jib-maven-plugin.image>eclipse-temurin:17-jre-forcal</jib-maven-plugin.image>
<jib-maven-plugin.image>eclipse-temurin:17-jre-focal</jib-maven-plugin.image>

<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
Expand Down

0 comments on commit 03ff483

Please sign in to comment.