Skip to content

Commit 06aecde

Browse files
committed
chore: update Dockerfile to jdk 24
1 parent 24e1575 commit 06aecde

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM maven:3.8.5-openjdk-17 AS build
1+
FROM maven:3.9.9-eclipse-temurin-24 AS build
22
WORKDIR /app
33
COPY src ./src
44
COPY pom.xml ./
55
RUN mvn -f ./pom.xml clean package -DskipTests
66

7-
FROM openjdk:17-jdk-slim
7+
FROM eclipse-temurin:24-jdk
88
WORKDIR /app
99
COPY --from=build /app/target/*.jar app.jar
1010
EXPOSE 8080

0 commit comments

Comments
 (0)