From 848d03178588c4fd577390a7a84f7ef17218cc0b Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Thu, 25 Apr 2024 15:28:28 -0700 Subject: [PATCH] Update to Ruby 3.3.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6c6cf0f..0bcb3c9 100644 --- a/Dockerfile +++ b/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 WORKDIR /rails