Skip to content

Commit e539164

Browse files
fix(deps): update dependency adrienverge/yamllint to v1.37.1 (#28)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c36654b commit e539164

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
@@ -4,7 +4,7 @@ FROM python:3.13-alpine3.20
44

55
RUN addgroup -g 1000 yamllint && \
66
adduser -u 1000 -G yamllint -s /bin/sh -D yamllint
7-
RUN pip3 install --root-user-action=ignore --no-cache-dir --no-compile "yamllint==v1.37.0"
7+
RUN pip3 install --root-user-action=ignore --no-cache-dir --no-compile "yamllint==v1.37.1"
88

99
WORKDIR /data
1010
ENTRYPOINT ["yamllint"]

0 commit comments

Comments
 (0)