diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-23 11:10:37 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-23 11:10:37 +0200 |
| commit | 63ced3db88bb083b8e6145bee4e661bc71877f36 (patch) | |
| tree | 827cc0f16ac529f668c6aad1a493401e7d3dc623 /Dockerfile | |
| parent | 053341bed3778d9475efa3c42c0a84a0d45862bf (diff) | |
| download | operum-63ced3db88bb083b8e6145bee4e661bc71877f36.tar.gz operum-63ced3db88bb083b8e6145bee4e661bc71877f36.zip | |
Upgrade to ruby 4.0.6
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.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=4.0.0 +ARG RUBY_VERSION=4.0.6 FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim AS base # Rails app lives here |
