Skip to content

Commit

Permalink
chore(deps): update eclipse-temurin docker tag (#4312)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 13, 2024
1 parent aa0a7b1 commit 8c85101
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/funman/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the Spring Boot application
FROM eclipse-temurin:17.0.11_9-jdk-focal AS funman_taskrunner_builder
FROM eclipse-temurin:17.0.12_7-jdk-focal AS funman_taskrunner_builder

###### DEV ONLY ######
#VVVVVVVVVVVVVVVVVVVVV
Expand Down
2 changes: 1 addition & 1 deletion packages/gollm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the Spring Boot application
FROM eclipse-temurin:17.0.11_9-jdk-focal AS gollm_taskrunner_builder
FROM eclipse-temurin:17.0.12_7-jdk-focal AS gollm_taskrunner_builder

###### DEV ONLY ######
#VVVVVVVVVVVVVVVVVVVVV
Expand Down
2 changes: 1 addition & 1 deletion packages/mira/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the Spring Boot application
FROM eclipse-temurin:17.0.11_9-jdk-focal AS mira_taskrunner_builder
FROM eclipse-temurin:17.0.12_7-jdk-focal AS mira_taskrunner_builder

###### DEV ONLY ######
#VVVVVVVVVVVVVVVVVVVVV
Expand Down
4 changes: 2 additions & 2 deletions packages/server/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:17.0.11_9-jdk-focal AS builder
FROM eclipse-temurin:17.0.12_7-jdk-focal AS builder

WORKDIR /app
COPY /packages/server .
Expand All @@ -12,7 +12,7 @@ RUN mkdir -p ./layers \
WORKDIR /app/layers
RUN java -Djarmode=layertools -jar ./*-SNAPSHOT.jar extract

FROM eclipse-temurin:17.0.11_9-jre-focal
FROM eclipse-temurin:17.0.12_7-jre-focal

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion packages/server/docker/Dockerfile.local
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:17.0.11_9-jdk-focal AS builder
FROM eclipse-temurin:17.0.12_7-jdk-focal AS builder

WORKDIR /app
COPY . /app
Expand Down

0 comments on commit 8c85101

Please sign in to comment.