Skip to content

Commit fd820ea

Browse files
chore(deps)(deps): bump eclipse-temurin in /file-storage-client
Bumps eclipse-temurin from 21-jre-alpine to 25-jre-alpine. --- updated-dependencies: - dependency-name: eclipse-temurin dependency-version: 25-jre-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0c59d73 commit fd820ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

file-storage-client/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Multi-stage build for file-storage-client
2-
FROM eclipse-temurin:21-jdk-alpine AS builder
2+
FROM eclipse-temurin:25-jdk-alpine AS builder
33

44
WORKDIR /workspace
55

@@ -19,7 +19,7 @@ COPY file-storage-server file-storage-server
1919
RUN ./gradlew :file-storage-client:build -x test -x checkstyleMain -x checkstyleTest -x pmdMain -x pmdTest -x spotbugsMain -x spotbugsTest
2020

2121
# Runtime stage
22-
FROM eclipse-temurin:21-jre-alpine
22+
FROM eclipse-temurin:25-jre-alpine
2323

2424
WORKDIR /app
2525

0 commit comments

Comments
 (0)