Explorar o código

[rails] Upgrade ruby to 3.3-rc for rails-mysql (#8461)

This makes sure both version run the same ruby version.
Petrik de Heus %!s(int64=2) %!d(string=hai) anos
pai
achega
085382f17f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      frameworks/Ruby/rails/rails-mysql.dockerfile

+ 1 - 1
frameworks/Ruby/rails/rails-mysql.dockerfile

@@ -1,4 +1,4 @@
-FROM ruby:3.2
+FROM ruby:3.3-rc
 
 RUN apt-get update -yqq && apt-get install -yqq --no-install-recommends redis-server