From c4726b3fb84d0aeda1376cd598ffb7dc0cf5113d Mon Sep 17 00:00:00 2001 From: Evan Read Date: Wed, 3 May 2023 19:45:28 +0000 Subject: Update project to Ruby 3.2.2 --- .gitpod.Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitpod.Dockerfile') diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index 26f99ab7..bdb3e95f 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -1,11 +1,11 @@ -FROM gitpod/workspace-full:2023-01-16-03-31-28 +FROM gitpod/workspace-full:2023-04-26-16-17-17 USER gitpod -# Install Ruby version 3.2.1 and set it as default. +# Install Ruby version 3.2.2 and set it as default. # Required when the base Gitpod Docker image doesn't provide the version of Ruby we want. # For more information, see: https://www.gitpod.io/docs/languages/ruby. -RUN _ruby_version=ruby-3.2.1 \ +RUN _ruby_version=ruby-3.2.2 \ && printf "rvm_gems_path=/home/gitpod/.rvm\n" > ~/.rvmrc \ && bash -lc "rvm reinstall ${_ruby_version} && \ rvm use ${_ruby_version} --default" \ -- cgit v1.2.3