Browse Source

[ruby/rack] Update JRuby (#9896)

Petrik de Heus 4 months ago
parent
commit
6d175fa529
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Ruby/rack/rack-jruby.dockerfile

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

@@ -1,4 +1,4 @@
-FROM jruby:9.4-jdk17
+FROM jruby:10.0
 
 RUN apt-get update -y && apt-get install netbase -y