Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
chore(rootfs/Dockerfile): update shellcheck to v0.7.1 (#226)
Browse files Browse the repository at this point in the history
* chore(rootfs/Dockerfile): update shellcheck to v0.7.1

See https://github.com/koalaman/shellcheck/releases/tag/v0.7.1

* fix(rootfs/Dockerfile): catch up with archive name change
  • Loading branch information
mboersma authored May 1, 2020
1 parent 8987321 commit f2c12c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV AZCLI_VERSION=2.5.1 \
ETCDCTL_VERSION=v3.1.8 \
GOLANGCI_LINT_VERSION=v1.25.1 \
PROTOBUF_VERSION=3.7.0 \
SHELLCHECK_VERSION=v0.7.0 \
SHELLCHECK_VERSION=v0.7.1 \
SHFMT_VERSION=3.1.0 \
PATH=$PATH:/usr/local/go/bin:/go/bin:/usr/local/bin/docker \
GOPATH=/go
Expand Down Expand Up @@ -103,8 +103,8 @@ RUN \
&& ln -s ${GOPATH}/bin/gometalinter.v2 ${GOPATH}/bin/gometalinter \
&& gometalinter.v2 --install \
&& curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b ${GOPATH}/bin ${GOLANGCI_LINT_VERSION} \
&& curl -o /usr/local/bin/shellcheck -sSL https://shellcheck.storage.googleapis.com/shellcheck-${SHELLCHECK_VERSION}.linux-x86_64 \
&& chmod +x /usr/local/bin/shellcheck \
&& curl -sSL https://github.com/koalaman/shellcheck/releases/download/${SHELLCHECK_VERSION}/shellcheck-${SHELLCHECK_VERSION}.linux.x86_64.tar.xz \
| tar -vxJ -C /usr/local/bin --strip=1 \
&& curl -o /usr/local/bin/shfmt -sSL https://github.com/mvdan/sh/releases/download/v{SHFMT_VERSION}/shfmt_v{SHFMT_VERSION}_linux_amd64 \
&& chmod +x /usr/local/bin/shfmt \
&& pip3 install --disable-pip-version-check --no-cache-dir azure-cli==${AZCLI_VERSION} shyaml \
Expand Down

0 comments on commit f2c12c7

Please sign in to comment.