Skip to content

Commit 1eeb1d1

Browse files
committed
[FlINK-36392] use the oldest maven image which supports the JDK matrix
1 parent f6e95b8 commit 1eeb1d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
################################################################################
1818
# Build
1919
ARG JAVA_VERSION=11
20-
FROM maven:3.8.4-eclipse-temurin-${JAVA_VERSION} AS build
20+
FROM maven:3.8.8-eclipse-temurin-${JAVA_VERSION} AS build
2121
ARG SKIP_TESTS=true
2222
ARG M2_HOME=${HOME}/m2
2323

0 commit comments

Comments
 (0)