From 153879a60dfe349d3b41089ab6ed761fdcf4b0ba Mon Sep 17 00:00:00 2001 From: Haruyuki Iida Date: Fri, 3 Nov 2023 03:35:32 +0000 Subject: [PATCH] set devcontainer to Redmine 5.1, Ruby 3.2 --- .devcontainer/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/docker-compose.yml b/.devcontainer/docker-compose.yml index c831aea..051b406 100644 --- a/.devcontainer/docker-compose.yml +++ b/.devcontainer/docker-compose.yml @@ -9,10 +9,10 @@ services: # Update 'VARIANT' to pick a version of Ruby: 3, 3.0, 2, 2.7, 2.6 # Append -bullseye or -buster to pin to an OS version. # Use -bullseye variants on local arm64/Apple Silicon. - VARIANT: "3.0" + VARIANT: "3.2" # Optional Node.js version to install NODE_VERSION: "lts/*" - REDMINE_VERSION: "5.0-stable" + REDMINE_VERSION: "5.1-stable" # Overrides default command so things don't shut down after the process ends. command: sleep infinity