From 9135cb87a9d21be8a659af4969112b4d21a8e783 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 02:08:43 +0000 Subject: [PATCH] Update maven Docker tag to v3.9.5 --- EnrichStream/Dockerfile | 2 +- ExternalLookup/Dockerfile | 2 +- FlinkStates/Dockerfile | 2 +- JsonToAvro/Dockerfile | 2 +- MultipleSideOutput/Dockerfile | 2 +- Observability/Dockerfile | 2 +- SerializationErrorCatch/Dockerfile | 2 +- TransformAndStore/Dockerfile | 2 +- TumblingWindow/Dockerfile | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/EnrichStream/Dockerfile b/EnrichStream/Dockerfile index 7eb2f9fd..3a88c52a 100644 --- a/EnrichStream/Dockerfile +++ b/EnrichStream/Dockerfile @@ -1,7 +1,7 @@ # # Install dependencies, compile sources, build jars. # -FROM maven:3.8.6-eclipse-temurin-17-alpine as build +FROM maven:3.9.5-eclipse-temurin-17-alpine as build WORKDIR /app diff --git a/ExternalLookup/Dockerfile b/ExternalLookup/Dockerfile index e55d8dd9..2804cafb 100644 --- a/ExternalLookup/Dockerfile +++ b/ExternalLookup/Dockerfile @@ -1,7 +1,7 @@ # # Install dependencies, compile sources, build jars. # -FROM maven:3.8.6-eclipse-temurin-17-alpine as build +FROM maven:3.9.5-eclipse-temurin-17-alpine as build WORKDIR /app diff --git a/FlinkStates/Dockerfile b/FlinkStates/Dockerfile index 06aed78b..00e963df 100644 --- a/FlinkStates/Dockerfile +++ b/FlinkStates/Dockerfile @@ -1,7 +1,7 @@ # # Install dependencies, compile sources, build jars. # -FROM maven:3.8.6-eclipse-temurin-17-alpine as build +FROM maven:3.9.5-eclipse-temurin-17-alpine as build WORKDIR /app diff --git a/JsonToAvro/Dockerfile b/JsonToAvro/Dockerfile index 3c4b28cb..2bd59cd8 100644 --- a/JsonToAvro/Dockerfile +++ b/JsonToAvro/Dockerfile @@ -1,7 +1,7 @@ # # Install dependencies, compile sources, build jars. # -FROM maven:3.8.6-eclipse-temurin-17-alpine as build +FROM maven:3.9.5-eclipse-temurin-17-alpine as build WORKDIR /app diff --git a/MultipleSideOutput/Dockerfile b/MultipleSideOutput/Dockerfile index 4f6b5bf7..81c0a0cd 100644 --- a/MultipleSideOutput/Dockerfile +++ b/MultipleSideOutput/Dockerfile @@ -1,7 +1,7 @@ # # Install dependencies, compile sources, build jars. # -FROM maven:3.8.6-eclipse-temurin-17-alpine as build +FROM maven:3.9.5-eclipse-temurin-17-alpine as build WORKDIR /app diff --git a/Observability/Dockerfile b/Observability/Dockerfile index bd92651d..283c0ea2 100644 --- a/Observability/Dockerfile +++ b/Observability/Dockerfile @@ -1,7 +1,7 @@ # # Install dependencies, compile sources, build jars. # -FROM maven:3.8.6-eclipse-temurin-17-alpine as build +FROM maven:3.9.5-eclipse-temurin-17-alpine as build WORKDIR /app diff --git a/SerializationErrorCatch/Dockerfile b/SerializationErrorCatch/Dockerfile index a331aee9..d4cf1d7d 100644 --- a/SerializationErrorCatch/Dockerfile +++ b/SerializationErrorCatch/Dockerfile @@ -1,7 +1,7 @@ # # Install dependencies, compile sources, build jars. # -FROM maven:3.8.6-eclipse-temurin-17-alpine as build +FROM maven:3.9.5-eclipse-temurin-17-alpine as build WORKDIR /app diff --git a/TransformAndStore/Dockerfile b/TransformAndStore/Dockerfile index 32baea21..dcdaa039 100644 --- a/TransformAndStore/Dockerfile +++ b/TransformAndStore/Dockerfile @@ -1,7 +1,7 @@ # # Install dependencies, compile sources, build jars. # -FROM maven:3.8.6-eclipse-temurin-17-alpine as build +FROM maven:3.9.5-eclipse-temurin-17-alpine as build WORKDIR /app diff --git a/TumblingWindow/Dockerfile b/TumblingWindow/Dockerfile index b59a9423..d6530f7f 100644 --- a/TumblingWindow/Dockerfile +++ b/TumblingWindow/Dockerfile @@ -1,7 +1,7 @@ # # Install dependencies, compile sources, build jars. # -FROM maven:3.8.6-eclipse-temurin-17-alpine as build +FROM maven:3.9.5-eclipse-temurin-17-alpine as build WORKDIR /app