Ruby 3.4.1 -> 3.4.3 (#224)

This commit is contained in:
Max Wofford 2025-05-13 11:24:53 -04:00 committed by GitHub
parent 00663cedfd
commit f4db51b510
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
ruby-3.4.1
ruby-3.4.3

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.1
ARG RUBY_VERSION=3.4.3
FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base
# Rails app lives here

View file

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