Skip to content

Commit

Permalink
Bump html-proofer to 5.0.3
Browse files Browse the repository at this point in the history
This includes the fix [1] for buggy parsing of base64 srcsets [2].

[1]: gjtorikian/html-proofer#783
[2]: gjtorikian/html-proofer#784
  • Loading branch information
anishathalye committed Dec 5, 2022
1 parent 980f57e commit db890ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -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
Expand Down

0 comments on commit db890ae

Please sign in to comment.