1
0
mirror of https://github.com/containous/traefik.git synced 2025-01-03 01:17:53 +03:00

Update nokogiri gem to v1.16.8

This commit is contained in:
Romain 2024-12-12 15:12:04 +01:00 committed by GitHub
parent 39d7b77609
commit 590ddfc990
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ RUN apk --no-cache --no-progress add \
ruby-json \ ruby-json \
zlib-dev zlib-dev
RUN gem install nokogiri --version 1.15.3 --no-document -- --use-system-libraries 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 html-proofer --version 5.0.7 --no-document -- --use-system-libraries
# After Ruby, some NodeJS YAY! # After Ruby, some NodeJS YAY!