We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5eb506 commit 4c0838eCopy full SHA for 4c0838e
.ruby-version
@@ -1 +1 @@
1
-3.3.3
+3.3.4
Dockerfile
@@ -1,5 +1,5 @@
-# Use the official Ruby image as the base
2
-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
3
4
# Install Jekyll and Bundler
5
RUN gem install jekyll bundler
0 commit comments