summaryrefslogtreecommitdiffstats
path: root/packages/policy-clamp-docker/src/main/docker/PolicyParticipantDockerfile
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-09-02 12:59:52 +0100
committerliamfallon <liam.fallon@est.tech>2022-09-02 12:59:52 +0100
commitf2d8bf5ad2fba375e004e20cd8772f3bf0ce1a17 (patch)
tree428f5b872e891cf5644ef1714c7336113f32eab0 /packages/policy-clamp-docker/src/main/docker/PolicyParticipantDockerfile
parenta3c3cb84d944310f047a834901c38a8b6d5b2954 (diff)
update references in policy/clamp pom
updated references in the policy/clamp pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4333 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I8f8dabd3806d87f277ecc822a0196d49e53bde73
Diffstat (limited to 'packages/policy-clamp-docker/src/main/docker/PolicyParticipantDockerfile')
-rw-r--r--packages/policy-clamp-docker/src/main/docker/PolicyParticipantDockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/policy-clamp-docker/src/main/docker/PolicyParticipantDockerfile b/packages/policy-clamp-docker/src/main/docker/PolicyParticipantDockerfile
index f70e07e20..eebc35bb7 100644
--- a/packages/policy-clamp-docker/src/main/docker/PolicyParticipantDockerfile
+++ b/packages/policy-clamp-docker/src/main/docker/PolicyParticipantDockerfile
@@ -21,7 +21,7 @@
#
# Docker file to build an image that runs the CLAMP ACM Policy Framework Participant on Java 11 or better in alpine
#
-FROM onap/policy-jre-alpine:2.4.3
+FROM onap/policy-jre-alpine:2.4.4
LABEL maintainer="Policy Team"