Update Ruby to 3.3

This commit is contained in:
Yoann Chaudet
2024-08-06 16:22:30 -07:00
parent 7fdbc0da65
commit b55ba67195
+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 \