aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2024-10-16 11:51:26 +0200
committerMiquel Sabaté Solà <mikisabate@gmail.com>2024-10-17 08:58:34 +0200
commit2559018decedb1900994d318ab511d43f8a557f6 (patch)
treea94614bc9dd8844502e582c17b430cd97802a2c2 /Dockerfile
parentf87d138fc1374506ac61edb3e262d16226827223 (diff)
downloadoperum-2559018decedb1900994d318ab511d43f8a557f6.tar.gz
operum-2559018decedb1900994d318ab511d43f8a557f6.zip
Update Rails and Ruby
Patch level releases which fixes some minor issues on both Ruby and Ruby and Rails. 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 af641b5..da86f8b 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.4
+ARG RUBY_VERSION=3.3.5
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim AS base
# Rails app lives here