diff --git a/Jenkinsfile b/Jenkinsfile
index 22ff80e..96627a1 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -40,7 +40,7 @@ pipeline {
stage('Build docker image') {
steps {
- sh "docker build -f docker/Dockerfile -t pfsdn:${VERSION} ."
+ sh "docker build -f Dockerfile -t pfsdn:${VERSION} ."
}
}
diff --git a/pom.xml b/pom.xml
index b0bcb33..b02fb17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
ru.kirillius
pf-sdn
- 1.0.1.5
+ 1.0.2.5
pom