aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2024-05-21 16:17:41 +0200
committerMiquel Sabaté Solà <mikisabate@gmail.com>2024-05-21 16:17:41 +0200
commita774c7ab506e8d70205e18333bf37fb20cc82c85 (patch)
treef20d6f1bc64e42b833916cd9ae21f7e5c2e7f02d /Dockerfile
parent9078cf1108d4234f713e789e69bc731d99079bbe (diff)
downloadoperum-a774c7ab506e8d70205e18333bf37fb20cc82c85.tar.gz
operum-a774c7ab506e8d70205e18333bf37fb20cc82c85.zip
Upgrade to ruby 3.3.1
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 a44e495..74c54f1 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.2.3
+ARG RUBY_VERSION=3.3.1
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base
# Rails app lives here