diff --git a/batch-boot-jpa-sample/Dockerfile b/batch-boot-jpa-sample/Dockerfile index c52a8416c..9766dd864 100644 --- a/batch-boot-jpa-sample/Dockerfile +++ b/batch-boot-jpa-sample/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.9_9-jre-focal as builder +FROM eclipse-temurin:17.0.10_7-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.9_9-jre-focal +FROM eclipse-temurin:17.0.10_7-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 2cdc2a101..b16954963 100644 --- a/boot-api-archunit-sample/Dockerfile +++ b/boot-api-archunit-sample/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.9_9-jre-focal as builder +FROM eclipse-temurin:17.0.10_7-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.9_9-jre-focal +FROM eclipse-temurin:17.0.10_7-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 4d39ea457..899ce7731 100644 --- a/boot-choas-monkey/Dockerfile +++ b/boot-choas-monkey/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.9_9-jre-focal as builder +FROM eclipse-temurin:17.0.10_7-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.9_9-jre-focal +FROM eclipse-temurin:17.0.10_7-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 d9deca06e..ce31535e2 100644 --- a/boot-mongodb-elasticsearch/Dockerfile +++ b/boot-mongodb-elasticsearch/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.9_9-jre-focal as builder +FROM eclipse-temurin:17.0.10_7-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.9_9-jre-focal +FROM eclipse-temurin:17.0.10_7-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 7696343b9..8054efae6 100644 --- a/boot-rest-docs-sample/Dockerfile +++ b/boot-rest-docs-sample/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.9_9-jre-focal as builder +FROM eclipse-temurin:17.0.10_7-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.9_9-jre-focal +FROM eclipse-temurin:17.0.10_7-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 334ee42c1..51591d648 100644 --- a/graphql/boot-graphql-querydsl/Dockerfile +++ b/graphql/boot-graphql-querydsl/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.9_9-jre-focal as builder +FROM eclipse-temurin:17.0.10_7-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.9_9-jre-focal +FROM eclipse-temurin:17.0.10_7-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 372634786..3733cbce5 100644 --- a/graphql/boot-graphql-webflux/Dockerfile +++ b/graphql/boot-graphql-webflux/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.9_9-jre-focal as builder +FROM eclipse-temurin:17.0.10_7-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.9_9-jre-focal +FROM eclipse-temurin:17.0.10_7-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 38fa36ab3..7fb45bc57 100644 --- a/graphql/boot-graphql-webmvc/Dockerfile +++ b/graphql/boot-graphql-webmvc/Dockerfile @@ -1,4 +1,4 @@ -FROM eclipse-temurin:17.0.9_9-jre-focal as builder +FROM eclipse-temurin:17.0.10_7-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 f6b87dc2d..27ad27f27 100644 --- a/httpClients/boot-http-proxy/Dockerfile +++ b/httpClients/boot-http-proxy/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.9_9-jre-focal as builder +FROM eclipse-temurin:17.0.10_7-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.9_9-jre-focal +FROM eclipse-temurin:17.0.10_7-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 20765a36c..cdff8ba41 100644 --- a/httpClients/boot-rest-template/Dockerfile +++ b/httpClients/boot-rest-template/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.9_9-jre-focal as builder +FROM eclipse-temurin:17.0.10_7-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.9_9-jre-focal +FROM eclipse-temurin:17.0.10_7-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 563ba3ad4..5621a6424 100644 --- a/httpClients/boot-web-client-mvc/Dockerfile +++ b/httpClients/boot-web-client-mvc/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.9_9-jre-focal as builder +FROM eclipse-temurin:17.0.10_7-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.9_9-jre-focal +FROM eclipse-temurin:17.0.10_7-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 5cc8bd323..b05f5e110 100644 --- a/httpClients/boot-web-client-webflux/Dockerfile +++ b/httpClients/boot-web-client-webflux/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.9_9-jre-focal as builder +FROM eclipse-temurin:17.0.10_7-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.9_9-jre-focal +FROM eclipse-temurin:17.0.10_7-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 a2ccc5da4..c547024e2 100644 --- a/jpa/boot-data-customsequence/Dockerfile +++ b/jpa/boot-data-customsequence/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.9_9-jre-focal as builder +FROM eclipse-temurin:17.0.10_7-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.9_9-jre-focal +FROM eclipse-temurin:17.0.10_7-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 f34f15691..712997293 100644 --- a/jpa/boot-data-envers/Dockerfile +++ b/jpa/boot-data-envers/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.9_9-jre-focal as builder +FROM eclipse-temurin:17.0.10_7-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.9_9-jre-focal as builder +FROM eclipse-temurin:17.0.10_7-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 ceefec206..69abca49d 100644 --- a/jpa/boot-data-keyset-pagination/Dockerfile +++ b/jpa/boot-data-keyset-pagination/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.9_9-jre-focal as builder +FROM eclipse-temurin:17.0.10_7-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.9_9-jre-focal +FROM eclipse-temurin:17.0.10_7-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 3f088ee2f..5f0ad64b6 100644 --- a/jpa/boot-jpa-locks/Dockerfile +++ b/jpa/boot-jpa-locks/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.9_9-jre-focal as builder +FROM eclipse-temurin:17.0.10_7-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.9_9-jre-focal +FROM eclipse-temurin:17.0.10_7-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 85ea46113..542d0438c 100644 --- a/jpa/multitenancy/multidatasource-multitenancy/Dockerfile +++ b/jpa/multitenancy/multidatasource-multitenancy/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.9_9-jre-focal as builder +FROM eclipse-temurin:17.0.10_7-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.9_9-jre-focal +FROM eclipse-temurin:17.0.10_7-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 3e4a5a3ad..0e1ef7855 100644 --- a/jpa/multitenancy/multitenancy-db/Dockerfile +++ b/jpa/multitenancy/multitenancy-db/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.9_9-jre-focal as builder +FROM eclipse-temurin:17.0.10_7-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.9_9-jre-focal +FROM eclipse-temurin:17.0.10_7-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 13d023e16..303ae26dd 100644 --- a/jpa/multitenancy/partition/Dockerfile +++ b/jpa/multitenancy/partition/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.9_9-jre-focal as builder +FROM eclipse-temurin:17.0.10_7-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.9_9-jre-focal +FROM eclipse-temurin:17.0.10_7-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 0743061f4..6a9b26fb3 100644 --- a/jpa/multitenancy/schema/Dockerfile +++ b/jpa/multitenancy/schema/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.9_9-jre-focal as builder +FROM eclipse-temurin:17.0.10_7-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.9_9-jre-focal +FROM eclipse-temurin:17.0.10_7-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 79f45ab02..cca0c7413 100644 --- a/r2dbc/boot-jooq-r2dbc-sample/Dockerfile +++ b/r2dbc/boot-jooq-r2dbc-sample/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.9_9-jre-focal as builder +FROM eclipse-temurin:17.0.10_7-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.9_9-jre-focal +FROM eclipse-temurin:17.0.10_7-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 af13078c3..1e2c64c36 100644 --- a/r2dbc/boot-r2dbc-sample/Dockerfile +++ b/r2dbc/boot-r2dbc-sample/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.9_9-jre-focal as builder +FROM eclipse-temurin:17.0.10_7-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.9_9-jre-focal +FROM eclipse-temurin:17.0.10_7-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 61645f05a..daa785d84 100644 --- a/scheduler/boot-jobrunr-sample/Dockerfile +++ b/scheduler/boot-jobrunr-sample/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.9_9-jre-focal as builder +FROM eclipse-temurin:17.0.10_7-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.9_9-jre-focal +FROM eclipse-temurin:17.0.10_7-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 b3580a29c..4c8ebf120 100644 --- a/scheduler/boot-scheduler-quartz/Dockerfile +++ b/scheduler/boot-scheduler-quartz/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:17.0.9_9-jre-focal as builder +FROM eclipse-temurin:17.0.10_7-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.9_9-jre-focal +FROM eclipse-temurin:17.0.10_7-jre-focal WORKDIR application COPY --from=builder application/dependencies/ ./ COPY --from=builder application/spring-boot-loader/ ./