update ruby to 3.4.8 (#805)

This commit is contained in:
Echo 2026-01-19 02:24:20 -05:00 committed by GitHub
parent 789d83300c
commit f7d6bb36b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
ruby-3.4.7
ruby-3.4.8

View file

@ -8,7 +8,7 @@
# For a containerized dev environment, see Dev Containers: https://guides.rubyonrails.org/getting_started_with_devcontainer.html
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
ARG RUBY_VERSION=3.4.7
ARG RUBY_VERSION=3.4.8
FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base
# Rails app lives here

View file

@ -1,4 +1,4 @@
FROM ruby:3.4.7
FROM ruby:3.4.8
# Install system dependencies
RUN apt-get update -qq && \

View file

@ -6,7 +6,7 @@
# docker run -d -e RAILS_MASTER_KEY=<value from config/master.key> --name harbor-worker harbor-worker
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
ARG RUBY_VERSION=3.4.7
ARG RUBY_VERSION=3.4.8
FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base
# Rails app lives here