Bump nokogiri to 1.18.6 and html-proofer to 5.0.10
This commit is contained in:
parent
a5d46fc6ef
commit
2087e11f55
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue