mirror of https://github.com/apache/druid.git
Bump the version of Maven in the Dockerfile (#11994)
This commit is contained in:
parent
5e850c6ea3
commit
d73a011f70
|
@ -18,7 +18,7 @@
|
|||
#
|
||||
|
||||
ARG JDK_VERSION=8
|
||||
FROM maven:3.8.1-jdk-11-slim as builder
|
||||
FROM maven:3.8.4-jdk-11-slim as builder
|
||||
# Rebuild from source in this stage
|
||||
# This can be unset if the tarball was already built outside of Docker
|
||||
ARG BUILD_FROM_SOURCE="true"
|
||||
|
|
Loading…
Reference in New Issue