summaryrefslogtreecommitdiffstats
path: root/packages/policy-clamp-docker/src/main/docker/KubernetesParticipant.Dockerfile
diff options
context:
space:
mode:
authorsaul.gill <saul.gill@est.tech>2023-12-11 16:20:02 +0000
committersaul.gill <saul.gill@est.tech>2023-12-11 16:20:02 +0000
commit7189a95de7687a8c37a05d40306e743df5fdf5b3 (patch)
treee4ab012e32adbaa3d15da49c045a1a343f5a0131 /packages/policy-clamp-docker/src/main/docker/KubernetesParticipant.Dockerfile
parent8f1361435d1ce2aeb1002b000fb7d61dcce11341 (diff)
Update snapshot and/or references of policy/clamp to latest snapshots
policy/clamp updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4907 Signed-off-by: saul.gill <saul.gill@est.tech> Change-Id: I69fa4d1b08dd89d8c87a169a9e7ee7e79a8ff374
Diffstat (limited to 'packages/policy-clamp-docker/src/main/docker/KubernetesParticipant.Dockerfile')
-rw-r--r--packages/policy-clamp-docker/src/main/docker/KubernetesParticipant.Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/policy-clamp-docker/src/main/docker/KubernetesParticipant.Dockerfile b/packages/policy-clamp-docker/src/main/docker/KubernetesParticipant.Dockerfile
index 99f90a777..0a113bda7 100644
--- a/packages/policy-clamp-docker/src/main/docker/KubernetesParticipant.Dockerfile
+++ b/packages/policy-clamp-docker/src/main/docker/KubernetesParticipant.Dockerfile
@@ -23,7 +23,7 @@ RUN mkdir /packages /extracted
COPY /maven/lib/kubernetes-participant.tar.gz /packages/
RUN tar xvzf /packages/kubernetes-participant.tar.gz --directory /extracted/
-FROM onap/policy-jre-alpine:3.1.0
+FROM onap/policy-jre-alpine:3.1.1-SNAPSHOT
LABEL maintainer="Policy Team"
LABEL org.opencontainers.image.title="Policy CLAMP ACM K8S Participant"