diff options
-rw-r--r-- | Dockerfile | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -17,7 +17,7 @@ FROM openjdk:8-jre-alpine ARG SERVER_PORT -ARG PKG_FILENAME=nbi-rest-services-4.0.0.jar +ARG PKG_FILENAME=nbi-rest-services-4.0.1-SNAPSHOT.jar ADD target/$PKG_FILENAME app.jar RUN addgroup -S appgroup diff --git a/version.properties b/version.properties index 7a5aafd..54c8963 100644 --- a/version.properties +++ b/version.properties @@ -20,7 +20,7 @@ major = 4 minor = 0 -patch = 0 +patch = 1 base_version = ${major}.${minor}.${patch} |