Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ae87e2f

Browse files
committedFeb 25, 2025·
bring Ruby and bundler versions in line with main site
1 parent 29d47ee commit ae87e2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM ruby:3.1.6
1+
FROM ruby:3.2.6
22

3-
RUN gem install bundler:2.4.21
3+
RUN gem install bundler:2.6.5
44

55
WORKDIR /srv/jekyll
66

0 commit comments

Comments
 (0)
Please sign in to comment.