From d5b0638f114e39bf7368293ae125dd3dffb78421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20=C2=A0Schabert?= Date: Tue, 15 Sep 2020 16:01:26 +0200 Subject: [PATCH 1/2] Upgrade bamboo-specs to 7.1.2 --- bamboo-specs/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bamboo-specs/pom.xml b/bamboo-specs/pom.xml index 41cc4b84..13ff387e 100644 --- a/bamboo-specs/pom.xml +++ b/bamboo-specs/pom.xml @@ -5,7 +5,7 @@ com.atlassian.bamboo bamboo-specs-parent - 7.0.4 + 7.1.2 @@ -34,4 +34,4 @@ - \ No newline at end of file + From f2fafc3db2ab8825eb4a2136e8eab28a12dbc2e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20=C2=A0Schabert?= Date: Tue, 15 Sep 2020 16:02:08 +0200 Subject: [PATCH 2/2] Switch to rootless base-image --- redaction-service-image-v1/src/main/docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/redaction-service-image-v1/src/main/docker/Dockerfile b/redaction-service-image-v1/src/main/docker/Dockerfile index b48a13a0..dd0387fb 100644 --- a/redaction-service-image-v1/src/main/docker/Dockerfile +++ b/redaction-service-image-v1/src/main/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM gin5/platform-base:5.2.0 +FROM red/base-image:1.0.0 ARG PLATFORM_JAR @@ -6,4 +6,4 @@ ENV PLATFORM_JAR ${PLATFORM_JAR} ENV USES_ELASTICSEARCH false -COPY ["${PLATFORM_JAR}", "/"] \ No newline at end of file +COPY ["${PLATFORM_JAR}", "/"]