Skip to content

Commit

Permalink
patch(deps): update dependency yamllint to v1.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 16, 2024
1 parent 279c57a commit a419e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.19

# renovate: datasource=pypi depName=yamllint
ENV YAMLLINT_VERSION=1.35.0
ENV YAMLLINT_VERSION=1.35.1

RUN apk add --no-cache bash python3 python3-dev py3-pip && \
pip3 install --break-system-packages -U yamllint==${YAMLLINT_VERSION} && \
Expand Down

0 comments on commit a419e60

Please sign in to comment.