diff --git a/.ruby-version b/.ruby-version index 86fb65044..7921bd0c8 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.7 +3.4.8 diff --git a/Dockerfile b/Dockerfile index e604da67a..987a8a920 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.3.7-slim@sha256:696f37b3cd55288b5127850e3eeae67dd20595ab77a6724f7bb05baa8c6b4878 +FROM ruby:3.4.8-slim@sha256:3370b8734f2af794a636614925378ca475699da8459e0394d86c66ec715e4268 # Define args that can be supplied with # `docker build --build-args RAILS_ENV=`, defaults to production.