aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-01-08 22:54:50 +0100
committerMiquel Sabaté Solà <mssola@mssola.com>2026-01-08 22:54:50 +0100
commitcc12294c26029abfa0eed0c050c8ab9287ac257a (patch)
tree65f4fe88a5006fd1051cd7cdcea27b62cf629e81 /Dockerfile
parentcf3b2db8a33ee7a086af8628c93e2d436b76ca0a (diff)
downloadoperum-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--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 232536b..5b20cb3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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