Skip to content

Commit

Permalink
Merge pull request #28 from codeclimate/sl/update-pmd
Browse files Browse the repository at this point in the history
Upgrade codeclimate-pmd
  • Loading branch information
larkinscott authored Sep 12, 2018
2 parents 3c17c1c + dcf8ae4 commit 565e639
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ MAINTAINER "Code Climate <hello@codeclimate.com>"
USER root

RUN apk update && \
apk add ca-certificates wget curl jq && \
apk add ca-certificates wget curl jq bash && \
update-ca-certificates

RUN adduser -u 9000 -D app
2 changes: 1 addition & 1 deletion bin/install-pmd.sh
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ set -euo pipefail
LIB_DIR=/usr/src/app/lib

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

0 comments on commit 565e639

Please sign in to comment.