From 1946ac3eaf242d790939359350c1546bb4dfcd75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20=C2=A0Schabert?= Date: Tue, 15 Sep 2020 15:58:44 +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 533e6db..2643c83 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 8d5c955b61ce59d0e41a6b51cf737cb7f1432d0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20=C2=A0Schabert?= Date: Tue, 15 Sep 2020 15:59:33 +0200 Subject: [PATCH 2/2] Switch to rootless base image --- redaction-report-service-image-v1/src/main/docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/redaction-report-service-image-v1/src/main/docker/Dockerfile b/redaction-report-service-image-v1/src/main/docker/Dockerfile index b48a13a..dd0387f 100644 --- a/redaction-report-service-image-v1/src/main/docker/Dockerfile +++ b/redaction-report-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}", "/"]