Skip to content

Commit 4c0838e

Browse files
authored
docker: match GH page ruby version (#1980)
docker: match GH page ruby version, 3.3.4
1 parent d5eb506 commit 4c0838e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.3
1+
3.3.4

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Use the official Ruby image as the base
2-
FROM ruby:3.3.3@sha256:3acb1a3f2351748d7ffd4408b179adb96682a93a4a76f30abcb9eb001d95443f
1+
# Match GitHub Pages Ruby version (see https://pages.github.com/versions)
2+
FROM ruby:3.3.4@sha256:d4233f4242ea25346f157709bb8417c615e7478468e2699c8e86a4e1f0156de8
33

44
# Install Jekyll and Bundler
55
RUN gem install jekyll bundler

0 commit comments

Comments
 (0)