aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2024-12-26 23:44:05 +0100
committerMiquel Sabaté Solà <mikisabate@gmail.com>2024-12-26 23:44:05 +0100
commit24f46701830887c4c087da9807e131692da24713 (patch)
tree7fd71af2cd7cfd41789e9e9f8d398170c9399f2f /Dockerfile
parentcf28cf83415c07ba05fcb22eab894938e8c530af (diff)
downloadoperum-24f46701830887c4c087da9807e131692da24713.tar.gz
operum-24f46701830887c4c087da9807e131692da24713.zip
Update to ruby 3.4.1
Also updated some gems to their latest patch-level releases. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 6b22314..c1c0d2a 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.3.6
+ARG RUBY_VERSION=3.4.1
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim AS base
# Rails app lives here