aboutsummaryrefslogtreecommitdiffstats
path: root/policy-db-migrator/src
diff options
context:
space:
mode:
authorAjith Sreekumar <ajith.sreekumar@bell.ca>2021-08-26 11:32:58 +0000
committerGerrit Code Review <gerrit@onap.org>2021-08-26 11:32:58 +0000
commit90fe5456ee2c924a3b019b75de189d58769afa9a (patch)
treee5d1c1b4a9b6fd32de9b4a019c5a1cd9d0f25348 /policy-db-migrator/src
parentbedc1d444f08ca4014c56c612af1de7d5b4e8e31 (diff)
parent7f76b816c7faef74f7ab312d124dba26f77bcf90 (diff)
Merge "Bump docker to 2.3.1"
Diffstat (limited to 'policy-db-migrator/src')
-rw-r--r--policy-db-migrator/src/main/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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"