diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-10-16 11:51:26 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-10-17 08:58:34 +0200 |
| commit | 2559018decedb1900994d318ab511d43f8a557f6 (patch) | |
| tree | a94614bc9dd8844502e582c17b430cd97802a2c2 /Dockerfile | |
| parent | f87d138fc1374506ac61edb3e262d16226827223 (diff) | |
| download | operum-2559018decedb1900994d318ab511d43f8a557f6.tar.gz operum-2559018decedb1900994d318ab511d43f8a557f6.zip | |
Update Rails and Ruby
Patch level releases which fixes some minor issues on both Ruby and Ruby
and Rails.
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.4 +ARG RUBY_VERSION=3.3.5 FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim AS base # Rails app lives here |
