Skip to content

Commit 47462bc

Browse files
committed
build with jdk-25
1 parent 8231934 commit 47462bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Run: docker run --name moresleep-container -p 5000:5000 moresleep-app:latest
33
# Check localhost:5000 and you should get a homepage
44
# Stage 1: Build the application
5-
FROM maven:3.9.11-eclipse-temurin-21 AS build
5+
FROM maven:3.9.12-eclipse-temurin-25 AS build
66
WORKDIR /app
77
COPY pom.xml .
88
COPY src ./src

0 commit comments

Comments
 (0)