Ruby 3.3.3 update

This commit is contained in:
Trevor Vallender 2024-06-17 09:05:53 +01:00
parent b136792625
commit 74eb7dba0e
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
ruby-3.3.1 ruby-3.3.3

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.1 ARG RUBY_VERSION=3.3.3
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

View File

@ -348,7 +348,7 @@ DEPENDENCIES
web-console web-console
RUBY VERSION RUBY VERSION
ruby 3.3.1p55 ruby 3.3.3p89
BUNDLED WITH BUNDLED WITH
2.5.3 2.5.3