File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1- ruby-3.3.6
1+ ruby-3.4.5
Original file line number Diff line number Diff line change 11# syntax = docker/dockerfile:1
22
33# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
4- ARG RUBY_VERSION=3.3.6
4+ ARG RUBY_VERSION=3.4.5
55FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim
66
77# Rails app lives here
Original file line number Diff line number Diff line change @@ -61,13 +61,11 @@ aliases:
6161 logs : app logs -f
6262 dbc : app exec --interactive --reuse "bin/rails dbconsole"
6363
64-
6564# Use a persistent storage volume for sqlite database files and local Active Storage files.
6665# Recommended to change this to a mounted volume path that is backed up off server.
6766volumes :
6867 - " app_storage:/rails/storage"
6968
70-
7169# Bridge fingerprinted assets, like JS and CSS, between versions to avoid
7270# hitting 404 on in-flight requests. Combines all files from new and old
7371# version inside the asset_path.
@@ -82,11 +80,10 @@ builder:
8280 #
8381 # # Pass arguments and secrets to the Docker build process
8482 # args:
85- # RUBY_VERSION: ruby-3.3.6
83+ # RUBY_VERSION: ruby-3.3.7
8684 # secrets:
8785 # - GITHUB_TOKEN
8886 # - RAILS_MASTER_KEY
89-
9087# Use a different ssh user than root
9188# ssh:
9289# user: app
You can’t perform that action at this time.
0 commit comments