Skip to content

Commit dcf8ae4

Browse files
committed
Upgrade codeclimate-pmd
This upgrades the codeclimate-pmd engine from 6.0.1 to 6.7.0.
1 parent 3c17c1c commit dcf8ae4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MAINTAINER "Code Climate <[email protected]>"
55
USER root
66

77
RUN apk update && \
8-
apk add ca-certificates wget curl jq && \
8+
apk add ca-certificates wget curl jq bash && \
99
update-ca-certificates
1010

1111
RUN adduser -u 9000 -D app

bin/install-pmd.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44
LIB_DIR=/usr/src/app/lib
55

66
download_pmd() {
7-
URL="https://github.com/pmd/pmd/releases/download/pmd_releases/6.0.1/pmd-bin-6.0.1.zip"
7+
URL="https://github.com/pmd/pmd/releases/download/pmd_releases/6.7.0/pmd-bin-6.7.0.zip"
88
wget -O pmd.zip $URL
99
}
1010

0 commit comments

Comments
 (0)