From 12059e6336dbf4b0c37a92a9f9375c2f1d99555a Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Thu, 25 Apr 2024 15:28:56 -0700 Subject: [PATCH] Update to Ruby 3.3.1 --- development.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development.Dockerfile b/development.Dockerfile index 1b73f86..4595d62 100644 --- a/development.Dockerfile +++ b/development.Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 # Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile -ARG RUBY_VERSION=3.3.0 +ARG RUBY_VERSION=3.3.1 FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base # OS Level Dependencies