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 badb406 commit b4d0436Copy full SHA for b4d0436
Dockerfile
@@ -4,15 +4,14 @@
4
################################################################################
5
# BUILD JAR
6
7
-ARG PROJECT_VERSION
8
-
9
FROM maven:3-eclipse-temurin-21-alpine AS builder
10
11
WORKDIR /builder
12
13
ADD . /builder
14
15
# https://maven.apache.org/ref/current/maven-embedder/cli.html
+ARG PROJECT_VERSION
16
RUN mvn --quiet --batch-mode --update-snapshots --fail-fast -DskipTests -Drevision=${PROJECT_VERSION} package
17
18
0 commit comments