diff --git a/.ruby-version b/.ruby-version index 3f09e91095..a0891f563f 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.3 \ No newline at end of file +3.3.4 diff --git a/Dockerfile b/Dockerfile index 0544a17431..30849ade23 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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