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