diff options
author | Jim Hahn <jrh3@att.com> | 2021-08-25 12:38:21 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-08-25 15:06:47 -0400 |
commit | 7f76b816c7faef74f7ab312d124dba26f77bcf90 (patch) | |
tree | 4ca603de029cf16ca4f3f3dac9b69c6266d7d355 /policy-db-migrator | |
parent | 179fc0ffb7ab20dd79fd5ebde419b54395f25f22 (diff) |
Bump docker to 2.3.1
Also changed db-migrator to base off of 2.3.0 jre-alpine version. (We
have a "chicken and egg" problem where the migrator can't point to the
current docker version, as it hasn't been released yet, thus pointing it
to the latest released version, which is one back.)
Issue-ID: POLICY-3587
Change-Id: Idf34e9c6a724e31f16636388e239bed059c5dd3e
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'policy-db-migrator')
-rw-r--r-- | policy-db-migrator/pom.xml | 2 | ||||
-rw-r--r-- | policy-db-migrator/src/main/docker/Dockerfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/policy-db-migrator/pom.xml b/policy-db-migrator/pom.xml index dd3a32c7..40f654ac 100644 --- a/policy-db-migrator/pom.xml +++ b/policy-db-migrator/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.docker</groupId> <artifactId>docker</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.1-SNAPSHOT</version> </parent> <artifactId>policy-db-migrator</artifactId> diff --git a/policy-db-migrator/src/main/docker/Dockerfile b/policy-db-migrator/src/main/docker/Dockerfile index 581c8299..42cb42fb 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.2.1 +FROM onap/policy-jdk-alpine:2.3.0 LABEL maintainer="Policy Team" |