diff --git a/pom.xml b/pom.xml
index a01dbae..7b49246 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,9 +169,11 @@
jib-maven-plugin
3.3.1
+
openjdk:17-jdk-slim
+
light-delivery-app
@@ -179,6 +181,7 @@
${project.version}
+
8080
@@ -188,24 +191,29 @@
prod
USE_CURRENT_TIMESTAMP
-
com.light.delivery.LightApplication
+
+
+ -Djava.security.egd=file:/dev/./urandom
+ -Xms256m
+ -Xmx512m
+
-
+
+
+
true
-
+
+ true
+
+
+
false
-
-
- ${project.build.directory}/jib-image.tar
-
-
packaged
-
- false
- true
+ ...
+ -->
+