Skip to content

Commit 00bba84

Browse files
chore(deps): update eclipse-temurin docker tag to v25
1 parent cefb5d3 commit 00bba84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ COPY src ./src
1313
RUN mvn clean package -DskipTests
1414

1515
# ---- Run Stage ----
16-
FROM eclipse-temurin:21.0.8_9-jre
16+
FROM eclipse-temurin:25.0.1_8-jre
1717
WORKDIR /app
1818

1919
# Copy the built jar from the build stage

0 commit comments

Comments
 (0)