diff --git a/pom.xml b/pom.xml
index 11cfceb8..4b6aca2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
shared-resources
- 2.0.2
+ 2.0.3
jar
Java shared resources
diff --git a/src/main/resources/Dockerfile b/src/main/resources/Dockerfile
index c1793e33..502a438e 100644
--- a/src/main/resources/Dockerfile
+++ b/src/main/resources/Dockerfile
@@ -6,7 +6,7 @@ COPY --chown=vality:vality ${artifactId}-${version}.jar /opt/${artifactId}/${art
USER vality:vality
-CMD ["java", "-jar","/opt/@artifactId@/@artifactId@.jar"]
+CMD ["java", "-jar","/opt/${artifactId}/${artifactId}.jar"]
EXPOSE ${exposed.ports}