From 52869fde66b3d0767446398dab3be0129a6c6a5a Mon Sep 17 00:00:00 2001 From: Rodolphe Blancho Date: Wed, 3 Nov 2021 11:08:49 +1100 Subject: [PATCH] feat: bump PMD version to 6.40.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b160c52..20c26df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM openjdk:8-alpine -ARG PMD_VERSION=${PMD_VERSION:-6.30.0} +ARG PMD_VERSION=${PMD_VERSION:-6.40.0} RUN apk add --update --no-cache wget unzip RUN mkdir -p /opt