Skip to content

Commit

Permalink
default PMD_VERSION updated to 6.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
diegosouza committed Aug 12, 2020
1 parent fb85755 commit 451120e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM openjdk:8-alpine

ARG PMD_VERSION=${PMD_VERSION:-6.14.0}
ARG PMD_VERSION=${PMD_VERSION:-6.26.0}

RUN apk add --update --no-cache wget unzip
RUN mkdir -p /opt
Expand Down

0 comments on commit 451120e

Please sign in to comment.