Skip to content

Commit

Permalink
set devcontainer to Redmine 5.1, Ruby 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
haru committed Nov 3, 2023
1 parent 4d8ae0a commit 153879a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 153879a

Please sign in to comment.