From 4c0838e63607d59690c4c72cc3592c298f024a11 Mon Sep 17 00:00:00 2001 From: Jon Church Date: Fri, 1 Aug 2025 20:07:59 -0400 Subject: [PATCH] docker: match GH page ruby version (#1980) docker: match GH page ruby version, 3.3.4 --- .ruby-version | 2 +- Dockerfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index 3f09e910..a0891f56 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 0544a174..30849ade 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