diff options
-rw-r--r-- | policy-db-migrator/src/main/docker/Dockerfile | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/policy-db-migrator/src/main/docker/Dockerfile b/policy-db-migrator/src/main/docker/Dockerfile index d8a22a6b..1860b060 100644 --- a/policy-db-migrator/src/main/docker/Dockerfile +++ b/policy-db-migrator/src/main/docker/Dockerfile @@ -18,7 +18,7 @@ # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= #------------------------------------------------------------------------------- -FROM onap/policy-jdk-alpine:2.5.0-SNAPSHOT +FROM onap/policy-jdk-alpine:2.5.0 LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy db-migrator" @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.6.0-SNAPSHOT</version> + <version>3.6.0</version> <relativePath /> </parent> |