Skip to content

Commit

Permalink
chore(deps): update eclipse-temurin docker tag to v17.0.10_7-jre-focal
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 25, 2024
1 parent 572d7ce commit af4ce5b
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions aws-cloudwatch-project/Dockerfile
Original file line number Diff line number Diff line change
@@ -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/aws-cloudwatch-project-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/ ./
Expand Down
4 changes: 2 additions & 2 deletions aws-kinesis-project/consumer/Dockerfile
Original file line number Diff line number Diff line change
@@ -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/aws-kinesis-consumer-project-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/ ./
Expand Down
4 changes: 2 additions & 2 deletions aws-kinesis-project/producer/Dockerfile
Original file line number Diff line number Diff line change
@@ -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/aws-kinesis-producer-project-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/ ./
Expand Down
4 changes: 2 additions & 2 deletions aws-lambda-project/Dockerfile
Original file line number Diff line number Diff line change
@@ -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/aws-lambda-project-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/ ./
Expand Down
4 changes: 2 additions & 2 deletions aws-parameterstore-project/Dockerfile
Original file line number Diff line number Diff line change
@@ -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/aws-parameterstore-project-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/ ./
Expand Down
4 changes: 2 additions & 2 deletions aws-s3-project/Dockerfile
Original file line number Diff line number Diff line change
@@ -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/aws-s3-project-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/ ./
Expand Down
4 changes: 2 additions & 2 deletions aws-secretmanager-project/Dockerfile
Original file line number Diff line number Diff line change
@@ -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/aws-secretmanager-project-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/ ./
Expand Down
4 changes: 2 additions & 2 deletions aws-ses-project/Dockerfile
Original file line number Diff line number Diff line change
@@ -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/aws-ses-project-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/ ./
Expand Down
4 changes: 2 additions & 2 deletions aws-sns-project/Dockerfile
Original file line number Diff line number Diff line change
@@ -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/aws-sns-project-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/ ./
Expand Down
4 changes: 2 additions & 2 deletions aws-sqs-project/Dockerfile
Original file line number Diff line number Diff line change
@@ -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/aws-sqs-project-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/ ./
Expand Down

0 comments on commit af4ce5b

Please sign in to comment.