aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2025-09-10 17:16:52 +0200
committerMiquel Sabaté Solà <mikisabate@gmail.com>2025-09-10 21:48:58 +0200
commitd506c3f4d2ab2cba1c5beb34a5697f11067a20c0 (patch)
tree13fc931a0c7fbb43f248b5e4e9460305da647c60 /Dockerfile
parent5896956ee97f26a2bd59db1178fc26817db9ee36 (diff)
downloadoperum-d506c3f4d2ab2cba1c5beb34a5697f11067a20c0.tar.gz
operum-d506c3f4d2ab2cba1c5beb34a5697f11067a20c0.zip
Upgrade ruby version
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 6ebc427..232536b 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.4
+ARG RUBY_VERSION=3.4.5
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim AS base
# Rails app lives here