summaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorsaul.gill <saul.gill@est.tech>2023-03-01 12:38:21 +0000
committersaul.gill <saul.gill@est.tech>2023-03-01 14:38:23 +0000
commit59fed509d04fb87a247560e29667416a7227196f (patch)
treef5f097af05ffa999ea21a857e82d85e557f4139c /packages
parentaa30350f61a6149b3172289109b49681299b4617 (diff)
update references in policy/gui pom
updated references in the policy/gui pom downgraded eirslett npm module because new version depends on maven 3.6 but onap jenkins uses an earlier version *** This commit is generated by a PF release script *** Issue-ID: POLICY-4570 Signed-off-by: saul.gill <saul.gill@est.tech> Change-Id: I01c2407cf918b8e3b3d6ef2bf48092353c1d82b1 Signed-off-by: saul.gill <saul.gill@est.tech>
Diffstat (limited to 'packages')
-rw-r--r--packages/policy-gui-docker/src/main/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/policy-gui-docker/src/main/docker/Dockerfile b/packages/policy-gui-docker/src/main/docker/Dockerfile
index 15aa163..29433fe 100644
--- a/packages/policy-gui-docker/src/main/docker/Dockerfile
+++ b/packages/policy-gui-docker/src/main/docker/Dockerfile
@@ -18,7 +18,7 @@
# ============LICENSE_END=========================================================
#-------------------------------------------------------------------------------
-FROM onap/policy-jre-alpine:2.6.1-SNAPSHOT
+FROM onap/policy-jre-alpine:2.6.1
LABEL maintainer="Policy Team"
LABEL org.opencontainers.image.title="Policy GUI"