Skip to content

Commit

Permalink
chore(deps): update dependency grip to v4.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
my-renovate[bot] authored Jan 30, 2024
1 parent 18f8434 commit f5e7604
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
Expand Up @@ -87,7 +87,7 @@ COPY README.md /mnt/
RUN set -eux && \
# Bug with versions: https://github.com/joeyespo/grip/issues/377
# renovate: datasource=pypi depName=grip
GRIP_VERSION="4.6.1" && \
GRIP_VERSION="4.6.2" && \
pip install --no-cache-dir grip=="${GRIP_VERSION}" flask==2.3.3 werkzeug==2.3.7 && \
grip /mnt/README.md --export /mnt/index.html

Expand Down

0 comments on commit f5e7604

Please sign in to comment.