aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2024-06-26 22:53:40 +0200
committerMiquel Sabaté Solà <mikisabate@gmail.com>2024-06-27 07:23:43 +0200
commit2f588c1bb9b3665934e91c61fd4ff395c6390733 (patch)
tree0feac9485cfc709411d58cd0ed267312abb0cfbb /Dockerfile
parentd03c3d70c8770384950ddce99cb3983cd2e5322b (diff)
downloadoperum-2f588c1bb9b3665934e91c61fd4ff395c6390733.tar.gz
operum-2f588c1bb9b3665934e91c61fd4ff395c6390733.zip
Updated to ruby 3.3.3
Also updated some of the gems to patch-level versions. 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 875987a..eba01ff 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.2
+ARG RUBY_VERSION=3.3.3
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base
# Rails app lives here