diff --git a/.ruby-version b/.ruby-version index 86fb65044..1454f6ed4 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.7 +4.0.1 diff --git a/Dockerfile b/Dockerfile index 550f547bf..a5e756ee4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.3.7-slim@sha256:696f37b3cd55288b5127850e3eeae67dd20595ab77a6724f7bb05baa8c6b4878 +FROM ruby:4.0.1-slim@sha256:4e064651561ecf529e09f770b256ec2e5c82f380403c1a2b7fcf63097856399a # Define args that can be supplied with # `docker build --build-args RAILS_ENV=`, defaults to production.