We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a109dc commit a9bd535Copy full SHA for a9bd535
1 file changed
code/Dockerfile
@@ -1,5 +1,5 @@
1
# Build stage: Compile the application using Maven
2
-FROM maven:3.8-eclipse-temurin-21 AS build
+FROM maven:3.9.9-eclipse-temurin-21 AS build
3
WORKDIR /app
4
5
COPY pom.xml .
0 commit comments