docker: match GH page ruby version (#1980)

docker: match GH page ruby version, 3.3.4
This commit is contained in:
Jon Church
2025-08-01 20:07:59 -04:00
committed by GitHub
parent d5eb506b2b
commit 4c0838e636
2 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
3.3.3
3.3.4

View File

@@ -1,5 +1,5 @@
# Use the official Ruby image as the base
FROM ruby:3.3.3@sha256:3acb1a3f2351748d7ffd4408b179adb96682a93a4a76f30abcb9eb001d95443f
# Match GitHub Pages Ruby version (see https://pages.github.com/versions)
FROM ruby:3.3.4@sha256:d4233f4242ea25346f157709bb8417c615e7478468e2699c8e86a4e1f0156de8
# Install Jekyll and Bundler
RUN gem install jekyll bundler