aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2024-06-06 07:28:10 +0200
committerMiquel Sabaté Solà <mikisabate@gmail.com>2024-06-06 09:26:03 +0200
commit7f818a48cf9beb47af1402bb571d3de21a537e27 (patch)
tree85e223066a3f64afc511b147a27f261c794f5836 /Dockerfile
parenta774c7ab506e8d70205e18333bf37fb20cc82c85 (diff)
downloadoperum-7f818a48cf9beb47af1402bb571d3de21a537e27.tar.gz
operum-7f818a48cf9beb47af1402bb571d3de21a537e27.zip
Upgraded to ruby 3.2.2 and updated gems
Gem updates correspond to a rails patch-level upgrade to fix a vulnerability issue. 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 74c54f1..875987a 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.1
+ARG RUBY_VERSION=3.3.2
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base
# Rails app lives here