We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f47e5 commit fb608a9Copy full SHA for fb608a9
Dockerfile
@@ -1,10 +1,9 @@
1
## ############################# ##
2
## FIRST STAGE: THE BUILD SYSTEM
3
4
-FROM bellsoft/liberica-runtime-container:jdk-all-21-glibc AS builder
+FROM maven:3-eclipse-temurin-21 AS builder
5
6
# Prepare the system
7
-RUN apk add --update maven
8
COPY pom.xml .
9
COPY src ./src
10
0 commit comments