diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-11-13 10:59:18 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-11-13 10:59:18 +0100 |
| commit | cf28cf83415c07ba05fcb22eab894938e8c530af (patch) | |
| tree | 1b2a46cbbd83de49fcab5184212c575b8479a505 /Dockerfile | |
| parent | c0befbd02559591b0c2871ea9cef1e4d913b9ef6 (diff) | |
| download | operum-cf28cf83415c07ba05fcb22eab894938e8c530af.tar.gz operum-cf28cf83415c07ba05fcb22eab894938e8c530af.zip | |
Upgrade ruby version to latest patch-level release
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.5 +ARG RUBY_VERSION=3.3.6 FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim AS base # Rails app lives here |
