aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2024-04-22 16:13:01 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2024-04-22 16:13:01 +0200
commit9bfc84c27022b3613049f51308cb82ffda362def (patch)
tree7bd601d73e07de32f21c9b34bd4a6b8b9d2cfa9f /Dockerfile
parente2f65c0c3cc786865d7e6c4c6118221ee4ca277b (diff)
downloadoperum-9bfc84c27022b3613049f51308cb82ffda362def.tar.gz
operum-9bfc84c27022b3613049f51308cb82ffda362def.zip
Updated ruby patch level and some gems
This also included a rubocop upgrade, and it pointed out a couple of new warnings which have been fixed here as well. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index ae6eeae..a44e495 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.2.2
+ARG RUBY_VERSION=3.2.3
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base
# Rails app lives here