mirror of
https://github.com/tonistiigi/xx
synced 2025-12-24 12:47:51 +08:00
update shellcheck to v0.10.0
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# syntax = docker/dockerfile:1.5
|
||||
FROM koalaman/shellcheck-alpine:v0.7.2
|
||||
# syntax=docker/dockerfile:1.8
|
||||
# check=error=true
|
||||
|
||||
FROM koalaman/shellcheck-alpine:v0.10.0
|
||||
WORKDIR /src
|
||||
COPY src .
|
||||
RUN shellcheck xx-*
|
||||
RUN --mount=type=bind,src=src shellcheck xx-*
|
||||
Reference in New Issue
Block a user