summaryrefslogtreecommitdiffstats
path: root/certService/Dockerfile
diff options
context:
space:
mode:
authorBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>2020-02-13 08:44:03 +0100
committerBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>2020-02-13 08:44:03 +0100
commitdd700fc459be08a807646a90f6dd106f99001860 (patch)
tree3f09f0127d65bf711b36c539fc5e641c65afca4a /certService/Dockerfile
parent5d71eb7f9e6166cc00be8d50f660cb522c0575ef (diff)
Adjust versions in poms.
Issue-ID: AAF-995 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: Ibb7680ff623164620a902a87f4f2323550ebef66
Diffstat (limited to 'certService/Dockerfile')
-rw-r--r--certService/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/certService/Dockerfile b/certService/Dockerfile
index 70617ede..5bd6b18e 100644
--- a/certService/Dockerfile
+++ b/certService/Dockerfile
@@ -1,6 +1,6 @@
FROM docker.io/openjdk:11-jre-slim
-ARG VERSION=0.0.1-SNAPSHOT
+ARG VERSION=1.0.0-SNAPSHOT
RUN groupadd certService && useradd -g certService certService