Skip to content

Commit 4203d42

Browse files
committed
Update toolhippie/yamllint Docker tag to v1.37.1
1 parent 4a5c184 commit 4203d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN --mount=type=bind,target=. \
1111
hadolint --version && find . -name Dockerfile -exec hadolint {} +
1212

1313
# =========================================================
14-
FROM toolhippie/yamllint:1.37.0 AS yamllint
14+
FROM toolhippie/yamllint:1.37.1 AS yamllint
1515
WORKDIR /src
1616
RUN --mount=type=bind,target=. \
1717
yamllint -v && yamllint -s -f colored .

0 commit comments

Comments
 (0)