mirror of https://github.com/docker/cli.git
Merge pull request #2387 from thaJeztah/update_shellcheck
update shellcheck v0.7.0
This commit is contained in:
commit
ef2f64abbd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue