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