Skip to content

Commit

Permalink
Merge pull request #4 from rody/pmd-6.40.0
Browse files Browse the repository at this point in the history
feat: bump PMD version to 6.40.0
rody authored Nov 3, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 471cfde + 52869fd commit 94166b6
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.30.0}
ARG PMD_VERSION=${PMD_VERSION:-6.40.0}

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

0 comments on commit 94166b6

Please sign in to comment.