We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c36654b commit e539164Copy full SHA for e539164
Dockerfile
@@ -4,7 +4,7 @@ FROM python:3.13-alpine3.20
4
5
RUN addgroup -g 1000 yamllint && \
6
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"
+RUN pip3 install --root-user-action=ignore --no-cache-dir --no-compile "yamllint==v1.37.1"
8
9
WORKDIR /data
10
ENTRYPOINT ["yamllint"]
0 commit comments