Sfoglia il codice sorgente

[ruby/rack] Revert jruby change to MRI (#10353)

JRuby should not run with MRI.
Petrik de Heus 2 settimane fa
parent
commit
c017c6531b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      frameworks/Ruby/rack/rack-jruby.dockerfile

+ 1 - 1
frameworks/Ruby/rack/rack-jruby.dockerfile

@@ -1,4 +1,4 @@
-FROM ruby:4.0-rc
+FROM jruby:10.0
 
 RUN apt-get update -y && apt-get install netbase -y