Skip to content

Commit

Permalink
fix: pin ruby to 3.2 (#591)
Browse files Browse the repository at this point in the history
There is an issue with Ruby 3.3 that prevents subgraph from starting. We'll fix it later.
  • Loading branch information
dariuszkuc committed Jan 23, 2024
1 parent f77280b commit e5e22e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implementations/ruby/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:latest
FROM ruby:3.2
WORKDIR /web
COPY ./Gemfile* /web/
RUN bundle
Expand Down

0 comments on commit e5e22e0

Please sign in to comment.