Browse Source

[ruby/agoo] Use Ruby 3.5-rc (#10218)

Petrik de Heus 1 month ago
parent
commit
75020f4944
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Ruby/agoo/agoo.dockerfile

+ 1 - 1
frameworks/Ruby/agoo/agoo.dockerfile

@@ -1,4 +1,4 @@
-FROM ruby:3.4
+FROM ruby:3.5-rc
 
 RUN apt-get update -q \
     && apt-get install --no-install-recommends -q -y \