From db890aefa17be0fe6090aac0c1741b1ca435704f Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Mon, 5 Dec 2022 08:30:45 -0700 Subject: [PATCH] Bump html-proofer to 5.0.3 This includes the fix [1] for buggy parsing of base64 srcsets [2]. [1]: https://github.com/gjtorikian/html-proofer/issues/783 [2]: https://github.com/gjtorikian/html-proofer/pull/784 --- Dockerfile | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6f3132d..8c0e856 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.17 RUN apk --no-cache add build-base ruby-dev RUN apk --no-cache add curl -RUN gem install html-proofer -v 5.0.2 +RUN gem install html-proofer -v 5.0.3 RUN apk --no-cache add python3 py3-pip RUN apk --no-cache add openjdk8 diff --git a/action.yml b/action.yml index 110d520..0a14f64 100644 --- a/action.yml +++ b/action.yml @@ -51,7 +51,7 @@ inputs: runs: using: docker - image: docker://anishathalye/proof-html:2.0.0 + image: docker://anishathalye/proof-html:2.0.1 branding: icon: check-square