diff --git a/batch-boot-jpa-sample/Dockerfile b/batch-boot-jpa-sample/Dockerfile index 9766dd864..36939a35e 100644 --- a/batch-boot-jpa-sample/Dockerfile +++ b/batch-boot-jpa-sample/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.10_7-jre-focal as builder +FROM eclipse-temurin:17.0.11_9-jre-focal as builder WORKDIR application ARG JAR_FILE=target/batch-boot-jpa-0.0.1-SNAPSHOT.jar COPY ${JAR_FILE} application.jar RUN java -Djarmode=layertools -jar application.jar extract # the second stage of our build will copy the extracted layers -FROM eclipse-temurin:17.0.10_7-jre-focal +FROM eclipse-temurin:17.0.11_9-jre-focal WORKDIR application COPY --from=builder application/dependencies/ ./ COPY --from=builder application/spring-boot-loader/ ./ diff --git a/boot-api-archunit-sample/Dockerfile b/boot-api-archunit-sample/Dockerfile index b16954963..920797c60 100644 --- a/boot-api-archunit-sample/Dockerfile +++ b/boot-api-archunit-sample/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.10_7-jre-focal as builder +FROM eclipse-temurin:17.0.11_9-jre-focal as builder WORKDIR application ARG JAR_FILE=target/boot-api-archunit-sample-0.0.1-SNAPSHOT.jar COPY ${JAR_FILE} application.jar RUN java -Djarmode=layertools -jar application.jar extract # the second stage of our build will copy the extracted layers -FROM eclipse-temurin:17.0.10_7-jre-focal +FROM eclipse-temurin:17.0.11_9-jre-focal WORKDIR application COPY --from=builder application/dependencies/ ./ COPY --from=builder application/spring-boot-loader/ ./ diff --git a/boot-choas-monkey/Dockerfile b/boot-choas-monkey/Dockerfile index 899ce7731..0e278e053 100644 --- a/boot-choas-monkey/Dockerfile +++ b/boot-choas-monkey/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.10_7-jre-focal as builder +FROM eclipse-temurin:17.0.11_9-jre-focal as builder WORKDIR application ARG JAR_FILE=target/boot-choas-monkey-0.0.1-SNAPSHOT.jar COPY ${JAR_FILE} application.jar RUN java -Djarmode=layertools -jar application.jar extract # the second stage of our build will copy the extracted layers -FROM eclipse-temurin:17.0.10_7-jre-focal +FROM eclipse-temurin:17.0.11_9-jre-focal WORKDIR application COPY --from=builder application/dependencies/ ./ COPY --from=builder application/spring-boot-loader/ ./ diff --git a/boot-mongodb-elasticsearch/Dockerfile b/boot-mongodb-elasticsearch/Dockerfile index ce31535e2..1528d7c64 100644 --- a/boot-mongodb-elasticsearch/Dockerfile +++ b/boot-mongodb-elasticsearch/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.10_7-jre-focal as builder +FROM eclipse-temurin:17.0.11_9-jre-focal as builder WORKDIR application ARG JAR_FILE=target/boot-mongodb-elasticsearch-0.0.1-SNAPSHOT.jar COPY ${JAR_FILE} application.jar RUN java -Djarmode=layertools -jar application.jar extract # the second stage of our build will copy the extracted layers -FROM eclipse-temurin:17.0.10_7-jre-focal +FROM eclipse-temurin:17.0.11_9-jre-focal WORKDIR application COPY --from=builder application/dependencies/ ./ COPY --from=builder application/spring-boot-loader/ ./ diff --git a/boot-rest-docs-sample/Dockerfile b/boot-rest-docs-sample/Dockerfile index 8054efae6..b2f67a481 100644 --- a/boot-rest-docs-sample/Dockerfile +++ b/boot-rest-docs-sample/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.10_7-jre-focal as builder +FROM eclipse-temurin:17.0.11_9-jre-focal as builder WORKDIR application ARG JAR_FILE=target/boot-rest-docs-sample-0.0.1-SNAPSHOT.jar COPY ${JAR_FILE} application.jar RUN java -Djarmode=layertools -jar application.jar extract # the second stage of our build will copy the extracted layers -FROM eclipse-temurin:17.0.10_7-jre-focal +FROM eclipse-temurin:17.0.11_9-jre-focal WORKDIR application COPY --from=builder application/dependencies/ ./ COPY --from=builder application/spring-boot-loader/ ./ diff --git a/graphql/boot-graphql-querydsl/Dockerfile b/graphql/boot-graphql-querydsl/Dockerfile index 51591d648..5368eaa93 100644 --- a/graphql/boot-graphql-querydsl/Dockerfile +++ b/graphql/boot-graphql-querydsl/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.10_7-jre-focal as builder +FROM eclipse-temurin:17.0.11_9-jre-focal as builder WORKDIR application ARG JAR_FILE=target/boot-graphql-querydsl-0.0.1-SNAPSHOT.jar COPY ${JAR_FILE} application.jar RUN java -Djarmode=layertools -jar application.jar extract # the second stage of our build will copy the extracted layers -FROM eclipse-temurin:17.0.10_7-jre-focal +FROM eclipse-temurin:17.0.11_9-jre-focal WORKDIR application COPY --from=builder application/dependencies/ ./ COPY --from=builder application/spring-boot-loader/ ./ diff --git a/graphql/boot-graphql-webflux/Dockerfile b/graphql/boot-graphql-webflux/Dockerfile index 3733cbce5..544b66b97 100644 --- a/graphql/boot-graphql-webflux/Dockerfile +++ b/graphql/boot-graphql-webflux/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.10_7-jre-focal as builder +FROM eclipse-temurin:17.0.11_9-jre-focal as builder WORKDIR application ARG JAR_FILE=target/boot-graphql-webflux-0.0.1-SNAPSHOT.jar COPY ${JAR_FILE} application.jar RUN java -Djarmode=layertools -jar application.jar extract # the second stage of our build will copy the extracted layers -FROM eclipse-temurin:17.0.10_7-jre-focal +FROM eclipse-temurin:17.0.11_9-jre-focal WORKDIR application COPY --from=builder application/dependencies/ ./ COPY --from=builder application/spring-boot-loader/ ./ diff --git a/graphql/boot-graphql-webmvc/Dockerfile b/graphql/boot-graphql-webmvc/Dockerfile index 7fb45bc57..0f95978ad 100644 --- a/graphql/boot-graphql-webmvc/Dockerfile +++ b/graphql/boot-graphql-webmvc/Dockerfile @@ -1,4 +1,4 @@ -FROM eclipse-temurin:17.0.10_7-jre-focal as builder +FROM eclipse-temurin:17.0.11_9-jre-focal as builder WORKDIR application ARG JAR_FILE=target/boot-graphql-webmvc-0.0.1-SNAPSHOT.jar COPY ${JAR_FILE} application.jar diff --git a/httpClients/boot-http-proxy/Dockerfile b/httpClients/boot-http-proxy/Dockerfile index 27ad27f27..edac59f96 100644 --- a/httpClients/boot-http-proxy/Dockerfile +++ b/httpClients/boot-http-proxy/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.10_7-jre-focal as builder +FROM eclipse-temurin:17.0.11_9-jre-focal as builder WORKDIR application ARG JAR_FILE=target/boot-http-proxy-0.0.1-SNAPSHOT.jar COPY ${JAR_FILE} application.jar RUN java -Djarmode=layertools -jar application.jar extract # the second stage of our build will copy the extracted layers -FROM eclipse-temurin:17.0.10_7-jre-focal +FROM eclipse-temurin:17.0.11_9-jre-focal WORKDIR application COPY --from=builder application/dependencies/ ./ COPY --from=builder application/spring-boot-loader/ ./ diff --git a/httpClients/boot-rest-template/Dockerfile b/httpClients/boot-rest-template/Dockerfile index cdff8ba41..4d48f4677 100644 --- a/httpClients/boot-rest-template/Dockerfile +++ b/httpClients/boot-rest-template/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.10_7-jre-focal as builder +FROM eclipse-temurin:17.0.11_9-jre-focal as builder WORKDIR application ARG JAR_FILE=target/rest-template-0.0.1-SNAPSHOT.jar COPY ${JAR_FILE} application.jar RUN java -Djarmode=layertools -jar application.jar extract # the second stage of our build will copy the extracted layers -FROM eclipse-temurin:17.0.10_7-jre-focal +FROM eclipse-temurin:17.0.11_9-jre-focal WORKDIR application COPY --from=builder application/dependencies/ ./ COPY --from=builder application/spring-boot-loader/ ./ diff --git a/httpClients/boot-web-client-mvc/Dockerfile b/httpClients/boot-web-client-mvc/Dockerfile index 5621a6424..87c32bd76 100644 --- a/httpClients/boot-web-client-mvc/Dockerfile +++ b/httpClients/boot-web-client-mvc/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.10_7-jre-focal as builder +FROM eclipse-temurin:17.0.11_9-jre-focal as builder WORKDIR application ARG JAR_FILE=target/boot-web-client-mvc-0.0.1-SNAPSHOT.jar COPY ${JAR_FILE} application.jar RUN java -Djarmode=layertools -jar application.jar extract # the second stage of our build will copy the extracted layers -FROM eclipse-temurin:17.0.10_7-jre-focal +FROM eclipse-temurin:17.0.11_9-jre-focal WORKDIR application COPY --from=builder application/dependencies/ ./ COPY --from=builder application/spring-boot-loader/ ./ diff --git a/httpClients/boot-web-client-webflux/Dockerfile b/httpClients/boot-web-client-webflux/Dockerfile index b05f5e110..69f8435a0 100644 --- a/httpClients/boot-web-client-webflux/Dockerfile +++ b/httpClients/boot-web-client-webflux/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.10_7-jre-focal as builder +FROM eclipse-temurin:17.0.11_9-jre-focal as builder WORKDIR application ARG JAR_FILE=target/web-client-webflux-0.0.1-SNAPSHOT.jar COPY ${JAR_FILE} application.jar RUN java -Djarmode=layertools -jar application.jar extract # the second stage of our build will copy the extracted layers -FROM eclipse-temurin:17.0.10_7-jre-focal +FROM eclipse-temurin:17.0.11_9-jre-focal WORKDIR application COPY --from=builder application/dependencies/ ./ COPY --from=builder application/spring-boot-loader/ ./ diff --git a/jpa/boot-data-customsequence/Dockerfile b/jpa/boot-data-customsequence/Dockerfile index c547024e2..6d57d7c0c 100644 --- a/jpa/boot-data-customsequence/Dockerfile +++ b/jpa/boot-data-customsequence/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.10_7-jre-focal as builder +FROM eclipse-temurin:17.0.11_9-jre-focal as builder WORKDIR application ARG JAR_FILE=target/boot-data-customsequence-0.0.1-SNAPSHOT.jar COPY ${JAR_FILE} application.jar RUN java -Djarmode=layertools -jar application.jar extract # the second stage of our build will copy the extracted layers -FROM eclipse-temurin:17.0.10_7-jre-focal +FROM eclipse-temurin:17.0.11_9-jre-focal WORKDIR application COPY --from=builder application/dependencies/ ./ COPY --from=builder application/spring-boot-loader/ ./ diff --git a/jpa/boot-data-envers/Dockerfile b/jpa/boot-data-envers/Dockerfile index 712997293..b249f783c 100644 --- a/jpa/boot-data-envers/Dockerfile +++ b/jpa/boot-data-envers/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.10_7-jre-focal as builder +FROM eclipse-temurin:17.0.11_9-jre-focal as builder WORKDIR application ARG JAR_FILE=target/boot-data-envers-0.0.1-SNAPSHOT.jar COPY ${JAR_FILE} application.jar RUN java -Djarmode=layertools -jar application.jar extract # the second stage of our build will copy the extracted layers -FROM eclipse-temurin:17.0.10_7-jre-focal as builder +FROM eclipse-temurin:17.0.11_9-jre-focal as builder WORKDIR application COPY --from=builder application/dependencies/ ./ COPY --from=builder application/spring-boot-loader/ ./ diff --git a/jpa/boot-data-keyset-pagination/Dockerfile b/jpa/boot-data-keyset-pagination/Dockerfile index 69abca49d..2ce643234 100644 --- a/jpa/boot-data-keyset-pagination/Dockerfile +++ b/jpa/boot-data-keyset-pagination/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.10_7-jre-focal as builder +FROM eclipse-temurin:17.0.11_9-jre-focal as builder WORKDIR application ARG JAR_FILE=target/boot-data-keyset-pagination-0.0.1-SNAPSHOT.jar COPY ${JAR_FILE} application.jar RUN java -Djarmode=layertools -jar application.jar extract # the second stage of our build will copy the extracted layers -FROM eclipse-temurin:17.0.10_7-jre-focal +FROM eclipse-temurin:17.0.11_9-jre-focal WORKDIR application COPY --from=builder application/dependencies/ ./ COPY --from=builder application/spring-boot-loader/ ./ diff --git a/jpa/boot-jpa-locks/Dockerfile b/jpa/boot-jpa-locks/Dockerfile index d0928b237..006cd4173 100644 --- a/jpa/boot-jpa-locks/Dockerfile +++ b/jpa/boot-jpa-locks/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.10_7-jre-focal AS builder +FROM eclipse-temurin:17.0.11_9-jre-focal AS builder WORKDIR application ARG JAR_FILE=target/boot-jpa-locks-0.0.1-SNAPSHOT.jar COPY ${JAR_FILE} application.jar RUN java -Djarmode=layertools -jar application.jar extract # the second stage of our build will copy the extracted layers -FROM eclipse-temurin:17.0.10_7-jre-focal +FROM eclipse-temurin:17.0.11_9-jre-focal WORKDIR application COPY --from=builder application/dependencies/ ./ COPY --from=builder application/spring-boot-loader/ ./ diff --git a/jpa/multitenancy/multidatasource-multitenancy/Dockerfile b/jpa/multitenancy/multidatasource-multitenancy/Dockerfile index 542d0438c..784b89b22 100644 --- a/jpa/multitenancy/multidatasource-multitenancy/Dockerfile +++ b/jpa/multitenancy/multidatasource-multitenancy/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.10_7-jre-focal as builder +FROM eclipse-temurin:17.0.11_9-jre-focal as builder WORKDIR application ARG JAR_FILE=target/multidatasource-multitenancy-0.0.1-SNAPSHOT.jar COPY ${JAR_FILE} application.jar RUN java -Djarmode=layertools -jar application.jar extract # the second stage of our build will copy the extracted layers -FROM eclipse-temurin:17.0.10_7-jre-focal +FROM eclipse-temurin:17.0.11_9-jre-focal WORKDIR application COPY --from=builder application/dependencies/ ./ COPY --from=builder application/spring-boot-loader/ ./ diff --git a/jpa/multitenancy/multitenancy-db/Dockerfile b/jpa/multitenancy/multitenancy-db/Dockerfile index 0e1ef7855..b32c2d486 100644 --- a/jpa/multitenancy/multitenancy-db/Dockerfile +++ b/jpa/multitenancy/multitenancy-db/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.10_7-jre-focal as builder +FROM eclipse-temurin:17.0.11_9-jre-focal as builder WORKDIR application ARG JAR_FILE=target/multitenancy-db-0.0.1-SNAPSHOT.jar COPY ${JAR_FILE} application.jar RUN java -Djarmode=layertools -jar application.jar extract # the second stage of our build will copy the extracted layers -FROM eclipse-temurin:17.0.10_7-jre-focal +FROM eclipse-temurin:17.0.11_9-jre-focal WORKDIR application COPY --from=builder application/dependencies/ ./ COPY --from=builder application/spring-boot-loader/ ./ diff --git a/jpa/multitenancy/partition/Dockerfile b/jpa/multitenancy/partition/Dockerfile index 303ae26dd..3868c3120 100644 --- a/jpa/multitenancy/partition/Dockerfile +++ b/jpa/multitenancy/partition/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.10_7-jre-focal as builder +FROM eclipse-temurin:17.0.11_9-jre-focal as builder WORKDIR application ARG JAR_FILE=target/partition-0.0.1-SNAPSHOT.jar COPY ${JAR_FILE} application.jar RUN java -Djarmode=layertools -jar application.jar extract # the second stage of our build will copy the extracted layers -FROM eclipse-temurin:17.0.10_7-jre-focal +FROM eclipse-temurin:17.0.11_9-jre-focal WORKDIR application COPY --from=builder application/dependencies/ ./ COPY --from=builder application/spring-boot-loader/ ./ diff --git a/jpa/multitenancy/schema/Dockerfile b/jpa/multitenancy/schema/Dockerfile index 6a9b26fb3..f44ed8743 100644 --- a/jpa/multitenancy/schema/Dockerfile +++ b/jpa/multitenancy/schema/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.10_7-jre-focal as builder +FROM eclipse-temurin:17.0.11_9-jre-focal as builder WORKDIR application ARG JAR_FILE=target/schema-0.0.1-SNAPSHOT.jar COPY ${JAR_FILE} application.jar RUN java -Djarmode=layertools -jar application.jar extract # the second stage of our build will copy the extracted layers -FROM eclipse-temurin:17.0.10_7-jre-focal +FROM eclipse-temurin:17.0.11_9-jre-focal WORKDIR application COPY --from=builder application/dependencies/ ./ COPY --from=builder application/spring-boot-loader/ ./ diff --git a/r2dbc/boot-jooq-r2dbc-sample/Dockerfile b/r2dbc/boot-jooq-r2dbc-sample/Dockerfile index cca0c7413..6878a7a09 100644 --- a/r2dbc/boot-jooq-r2dbc-sample/Dockerfile +++ b/r2dbc/boot-jooq-r2dbc-sample/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.10_7-jre-focal as builder +FROM eclipse-temurin:17.0.11_9-jre-focal as builder WORKDIR application ARG JAR_FILE=target/boot-jooq-r2dbc-sample-0.0.1-SNAPSHOT.jar COPY ${JAR_FILE} application.jar RUN java -Djarmode=layertools -jar application.jar extract # the second stage of our build will copy the extracted layers -FROM eclipse-temurin:17.0.10_7-jre-focal +FROM eclipse-temurin:17.0.11_9-jre-focal WORKDIR application COPY --from=builder application/dependencies/ ./ COPY --from=builder application/spring-boot-loader/ ./ diff --git a/r2dbc/boot-r2dbc-sample/Dockerfile b/r2dbc/boot-r2dbc-sample/Dockerfile index 1e2c64c36..f3e628a80 100644 --- a/r2dbc/boot-r2dbc-sample/Dockerfile +++ b/r2dbc/boot-r2dbc-sample/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.10_7-jre-focal as builder +FROM eclipse-temurin:17.0.11_9-jre-focal as builder WORKDIR application ARG JAR_FILE=target/boot-r2dbc-sample-0.0.1-SNAPSHOT.jar COPY ${JAR_FILE} application.jar RUN java -Djarmode=layertools -jar application.jar extract # the second stage of our build will copy the extracted layers -FROM eclipse-temurin:17.0.10_7-jre-focal +FROM eclipse-temurin:17.0.11_9-jre-focal WORKDIR application COPY --from=builder application/dependencies/ ./ COPY --from=builder application/spring-boot-loader/ ./ diff --git a/scheduler/boot-jobrunr-sample/Dockerfile b/scheduler/boot-jobrunr-sample/Dockerfile index daa785d84..8b9b633be 100644 --- a/scheduler/boot-jobrunr-sample/Dockerfile +++ b/scheduler/boot-jobrunr-sample/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.10_7-jre-focal as builder +FROM eclipse-temurin:17.0.11_9-jre-focal as builder WORKDIR application ARG JAR_FILE=target/boot-jobrunr-sample-0.0.1-SNAPSHOT.jar COPY ${JAR_FILE} application.jar RUN java -Djarmode=layertools -jar application.jar extract # the second stage of our build will copy the extracted layers -FROM eclipse-temurin:17.0.10_7-jre-focal +FROM eclipse-temurin:17.0.11_9-jre-focal WORKDIR application COPY --from=builder application/dependencies/ ./ COPY --from=builder application/spring-boot-loader/ ./ diff --git a/scheduler/boot-scheduler-quartz/Dockerfile b/scheduler/boot-scheduler-quartz/Dockerfile index 4c8ebf120..77d690f54 100644 --- a/scheduler/boot-scheduler-quartz/Dockerfile +++ b/scheduler/boot-scheduler-quartz/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.10_7-jre-focal as builder +FROM eclipse-temurin:17.0.11_9-jre-focal as builder WORKDIR application ARG JAR_FILE=target/boot-scheduler-quartz-0.0.1-SNAPSHOT.jar COPY ${JAR_FILE} application.jar RUN java -Djarmode=layertools -jar application.jar extract # the second stage of our build will copy the extracted layers -FROM eclipse-temurin:17.0.10_7-jre-focal +FROM eclipse-temurin:17.0.11_9-jre-focal WORKDIR application COPY --from=builder application/dependencies/ ./ COPY --from=builder application/spring-boot-loader/ ./ diff --git a/scheduler/boot-shedlock-sample/Dockerfile b/scheduler/boot-shedlock-sample/Dockerfile index 7acad2659..0a185d59b 100644 --- a/scheduler/boot-shedlock-sample/Dockerfile +++ b/scheduler/boot-shedlock-sample/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.10_7-jre-focal as builder +FROM eclipse-temurin:17.0.11_9-jre-focal as builder WORKDIR application ARG JAR_FILE=target/boot-shedlock-sample-0.0.1-SNAPSHOT.jar COPY ${JAR_FILE} application.jar RUN java -Djarmode=layertools -jar application.jar extract # the second stage of our build will copy the extracted layers -FROM eclipse-temurin:17.0.10_7-jre-focal +FROM eclipse-temurin:17.0.11_9-jre-focal WORKDIR application COPY --from=builder application/dependencies/ ./ COPY --from=builder application/spring-boot-loader/ ./