aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2024-11-13 10:59:18 +0100
committerMiquel Sabaté Solà <mikisabate@gmail.com>2024-11-13 10:59:18 +0100
commitcf28cf83415c07ba05fcb22eab894938e8c530af (patch)
tree1b2a46cbbd83de49fcab5184212c575b8479a505 /Dockerfile
parentc0befbd02559591b0c2871ea9cef1e4d913b9ef6 (diff)
downloadoperum-cf28cf83415c07ba05fcb22eab894938e8c530af.tar.gz
operum-cf28cf83415c07ba05fcb22eab894938e8c530af.zip
Upgrade ruby version to latest patch-level release
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 da86f8b..6b22314 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.5
+ARG RUBY_VERSION=3.3.6
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim AS base
# Rails app lives here