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 dd882cf commit e5fb53dCopy full SHA for e5fb53d
Dockerfile
@@ -17,7 +17,7 @@
17
################################################################################
18
# Build
19
ARG JAVA_VERSION=11
20
-FROM maven:3.8.4-eclipse-temurin-${JAVA_VERSION} AS build
+FROM maven:3.8.8-eclipse-temurin-${JAVA_VERSION} AS build
21
ARG SKIP_TESTS=true
22
ARG M2_HOME=${HOME}/m2
23
0 commit comments