We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8231934 commit 47462bcCopy full SHA for 47462bc
1 file changed
Dockerfile
@@ -2,7 +2,7 @@
2
# Run: docker run --name moresleep-container -p 5000:5000 moresleep-app:latest
3
# Check localhost:5000 and you should get a homepage
4
# Stage 1: Build the application
5
-FROM maven:3.9.11-eclipse-temurin-21 AS build
+FROM maven:3.9.12-eclipse-temurin-25 AS build
6
WORKDIR /app
7
COPY pom.xml .
8
COPY src ./src
0 commit comments