Upgrade ruby-version and Dockerfile
All checks were successful
Run unit tests / unit_tests (pull_request) Successful in 4m55s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 29m33s

This commit is contained in:
Manuel Bustillo 2024-10-27 18:07:02 +01:00
parent 9971d14c5d
commit 81d3af9b3c
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
ruby-3.3.4 ruby-3.3.5

View File

@ -1,7 +1,7 @@
# syntax = docker/dockerfile:1 # syntax = docker/dockerfile:1
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile # 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 FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base
# Rails app lives here # Rails app lives here