diff --git a/docker-modules/jib/pom.xml b/docker-modules/jib/pom.xml index 451f855481..f2d15914f9 100644 --- a/docker-modules/jib/pom.xml +++ b/docker-modules/jib/pom.xml @@ -8,9 +8,9 @@ com.baeldung - parent-boot-2 + parent-boot-3 0.0.1-SNAPSHOT - ../../parent-boot-2 + ../../parent-boot-3 @@ -31,6 +31,9 @@ jib-maven-plugin ${jib-maven-plugin.version} + + gcr.io/distroless/java-debian10:11 + registry.hub.docker.com/baeldungjib/jib-spring-boot-app @@ -40,7 +43,8 @@ - 2.5.0 + 3.4.0 + com.baeldung.Application \ No newline at end of file