Skip to content
Snippets Groups Projects
Commit d5ddc1c2 authored by Teal's avatar Teal
Browse files

Update Ruby in Dockerfile

parent 97c70c6b
No related branches found
No related tags found
1 merge request!19Update and cleanup
Pipeline #38218 passed
......@@ -2,7 +2,7 @@
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
# 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
# Rails app lives here
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment