diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-12-26 23:44:05 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-12-26 23:44:05 +0100 |
| commit | 24f46701830887c4c087da9807e131692da24713 (patch) | |
| tree | 7fd71af2cd7cfd41789e9e9f8d398170c9399f2f /Dockerfile | |
| parent | cf28cf83415c07ba05fcb22eab894938e8c530af (diff) | |
| download | operum-24f46701830887c4c087da9807e131692da24713.tar.gz operum-24f46701830887c4c087da9807e131692da24713.zip | |
Update to ruby 3.4.1
Also updated some gems to their latest patch-level releases.
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.6 +ARG RUBY_VERSION=3.4.1 FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim AS base # Rails app lives here |
