We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e9d506 commit 7431248Copy full SHA for 7431248
maven-extension/src/test/resources/projects/jib_1/pom.xml
@@ -15,7 +15,7 @@
15
<plugin>
16
<groupId>com.google.cloud.tools</groupId>
17
<artifactId>jib-maven-plugin</artifactId>
18
- <version>3.1.4</version>
+ <version>3.4.4</version>
19
<configuration>
20
<to>
21
<image>docker.io/john/${project.artifactId}:latest</image>
maven-extension/src/test/resources/projects/jib_2/pom.xml
<image>gcr.io/my-gcp-project/my-app</image>
0 commit comments