Bump the version of Maven in the Dockerfile (#11994)

This commit is contained in:
Benedict Jin 2022-08-31 22:54:24 +08:00 committed by GitHub
parent 5e850c6ea3
commit d73a011f70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"