Skip to content

Commit ce4b2c4

Browse files
authored
Merge pull request #2707 from fsalvi/main
Update bundler and ruby in Dockerfile
2 parents 233b76d + 39d5fea commit ce4b2c4

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.bundle/config

Lines changed: 0 additions & 3 deletions
This file was deleted.

Dockerfile

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

3-
RUN gem install bundler:2.3.10
3+
RUN gem install bundler:2.4.7
44

55
WORKDIR /srv/jekyll
66

0 commit comments

Comments
 (0)