summaryrefslogtreecommitdiffstats
path: root/utils/webseal-simulator
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-04-09 10:02:53 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-04-09 10:08:00 +0200
commit0a0897466ccc94214466e63a8c33cb60c2141f91 (patch)
tree57486ac0c5e5bce1f20f9b167159af73ab62f523 /utils/webseal-simulator
parent84f9386df07ddf463e53070a8199a238240f5ef3 (diff)
SDC pipeline fails during docker build
- update the integration-java11 base image from 10.0.0 to 12.0.0 - bump version to 1.13.7-SNAPSHOT - update tox.ini file since GHA would fail otherwise Issue-ID: SDC-4683 Change-Id: I9b069bcedc851260cdd590c5da94727402d217d2 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'utils/webseal-simulator')
-rw-r--r--utils/webseal-simulator/pom.xml2
-rw-r--r--utils/webseal-simulator/sdc-simulator/Dockerfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/webseal-simulator/pom.xml b/utils/webseal-simulator/pom.xml
index 93ee5b5a32..79e64ccad3 100644
--- a/utils/webseal-simulator/pom.xml
+++ b/utils/webseal-simulator/pom.xml
@@ -10,7 +10,7 @@
<parent>
<groupId>org.openecomp.sdc</groupId>
<artifactId>sdc-main</artifactId>
- <version>1.13.6-SNAPSHOT</version>
+ <version>1.13.7-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
diff --git a/utils/webseal-simulator/sdc-simulator/Dockerfile b/utils/webseal-simulator/sdc-simulator/Dockerfile
index 091c5a36d3..6b7b9d1957 100644
--- a/utils/webseal-simulator/sdc-simulator/Dockerfile
+++ b/utils/webseal-simulator/sdc-simulator/Dockerfile
@@ -1,4 +1,4 @@
-FROM onap/integration-java11:10.0.0
+FROM onap/integration-java11:12.0.0
USER root
ARG JETTY_FOLDER=/app/jetty