Merge pull request #128 from actions/bump-ruby

Update Ruby to 3.3
This commit is contained in:
Yoann Chaudet
2024-08-06 16:31:54 -07:00
committed by GitHub
+1 -1
View File
@@ -1,4 +1,4 @@
ARG RUBY_VERSION=3.2.2
ARG RUBY_VERSION=3.3
FROM ruby:$RUBY_VERSION-slim
RUN apt-get update \