Skip to content

Commit 981a1a6

Browse files
committed
jib upgrade
1 parent 408d4fa commit 981a1a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • documentation/modules/ROOT/pages

documentation/modules/ROOT/pages/jib.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Then run the following Maven command to build and push the container without usi
1919
[.console-input]
2020
[source,bash,subs="+macros,+attributes"]
2121
----
22-
./mvnw compile com.google.cloud.tools:jib-maven-plugin:3.0.0:build -Dimage=quay.io/your-username/greetings:1.0.0
22+
./mvnw compile com.google.cloud.tools:jib-maven-plugin:3.4.6:build -Dimage=quay.io/your-username/greetings:1.0.0
2323
----
2424

2525
Replace `your-username` with your actual user id and if you prefer Docker Hub, replace `quay.io` with `docker.io`.

0 commit comments

Comments
 (0)