Merge pull request #2387 from thaJeztah/update_shellcheck

update shellcheck v0.7.0
This commit is contained in:
Silvin Lubecki 2020-03-12 15:15:09 +01:00 committed by GitHub
commit ef2f64abbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM koalaman/shellcheck-alpine:v0.6.0
FROM koalaman/shellcheck-alpine:v0.7.0
RUN apk add --no-cache bash make
WORKDIR /go/src/github.com/docker/cli
ENV DISABLE_WARN_OUTSIDE_CONTAINER=1