diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-01-08 22:54:50 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-01-08 22:54:50 +0100 |
| commit | cc12294c26029abfa0eed0c050c8ab9287ac257a (patch) | |
| tree | 65f4fe88a5006fd1051cd7cdcea27b62cf629e81 /Dockerfile | |
| parent | cf3b2db8a33ee7a086af8628c93e2d436b76ca0a (diff) | |
| download | operum-cc12294c26029abfa0eed0c050c8ab9287ac257a.tar.gz operum-cc12294c26029abfa0eed0c050c8ab9287ac257a.zip | |
Upgrade to ruby 4.0.0
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # syntax = docker/dockerfile:1 # Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile -ARG RUBY_VERSION=3.4.5 +ARG RUBY_VERSION=4.0.0 FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim AS base # Rails app lives here |
