diff --git a/docs/check.Dockerfile b/docs/check.Dockerfile index 015e6f595..41a389f69 100644 --- a/docs/check.Dockerfile +++ b/docs/check.Dockerfile @@ -14,8 +14,8 @@ RUN apk --no-cache --no-progress add \ ruby-json \ zlib-dev -RUN gem install nokogiri --version 1.16.8 --no-document -- --use-system-libraries -RUN gem install html-proofer --version 5.0.7 --no-document -- --use-system-libraries +RUN gem install nokogiri --version 1.18.6 --no-document -- --use-system-libraries +RUN gem install html-proofer --version 5.0.10 --no-document -- --use-system-libraries # After Ruby, some NodeJS YAY! RUN apk --no-cache --no-progress add \