Bump Jekyll and all its deps including Ruby

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
Benoit Donneaux 2024-11-19 16:24:53 +01:00
parent e3d22b97d6
commit 944c680dfd
2 changed files with 34 additions and 28 deletions

View file

@ -1,5 +1,5 @@
# Pull base image from official repo
FROM rubylang/ruby:3.3.0-jammy
FROM ruby:3.3.6-slim-bookworm
# Install some required packages for building Gems
RUN INSTALL_PKGS="gcc g++ libyaml-dev make nodejs" && \