Skip to content

Commit 840e38a

Browse files
committed
Update Ruby version to 3.4.4, which is default version of OpenAI's Codex:
cf. https://x.com/yasulab/status/1925193453174206828
1 parent e947c4b commit 840e38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.4.3
1+
FROM ruby:3.4.4
22

33
WORKDIR /src
44
ENTRYPOINT bundle install && bundle exec jekyll serve \

0 commit comments

Comments
 (0)