Skip to content
Snippets Groups Projects

Update ruby to v3.4.1

3 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -2,7 +2,7 @@
@@ -2,7 +2,7 @@
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
# renovate: datasource=docker depName=registry.docker.com/library/ruby
# renovate: datasource=docker depName=registry.docker.com/library/ruby
ARG RUBY_VERSION=3.3.6
ARG RUBY_VERSION=3.4.1
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim AS base
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim AS base
# Rails app lives here
# Rails app lives here
Loading