Merge branch v2.11 into v3.2

This commit is contained in:
kevinpollet 2024-12-12 15:20:22 +01:00
commit 33cf06b36a
No known key found for this signature in database
GPG key ID: 0C9A5DDD1B292453
5 changed files with 19 additions and 19 deletions

View file

@ -1,4 +1,4 @@
FROM alpine:3.20
FROM alpine:3.21
RUN apk --no-cache --no-progress add \
build-base \
@ -14,7 +14,7 @@ RUN apk --no-cache --no-progress add \
ruby-json \
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
# After Ruby, some NodeJS YAY!

View file

@ -1,4 +1,4 @@
FROM alpine:3.20
FROM alpine:3.21
ENV PATH="${PATH}:/venv/bin"