Merge pull request #3 from mgubaidullin/image-build

Use quarkus-container-image-docker to build image
diff --git a/pom.xml b/pom.xml
index f75f329..59d6a51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,7 +138,7 @@
         </dependency>
         <dependency>
             <groupId>io.quarkus</groupId>
-            <artifactId>quarkus-container-image-jib</artifactId>
+            <artifactId>quarkus-container-image-docker</artifactId>
         </dependency>
     </dependencies>
     <build>