File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11// For format details, see https://aka.ms/devcontainer.json. For config options, see the
22// README at: https://github.com/devcontainers/templates/tree/main/src/ruby
33{
4- "name" : " Ruby " ,
4+ "name" : " better-html " ,
55 // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6- "image" : " mcr.microsoft.com/devcontainers/ ruby:1-3.2-bullseye " ,
6+ "image" : " ghcr.io/rails/devcontainer/images/ ruby:3.4.6 " ,
77 "features" : {
88 "ghcr.io/devcontainers/features/github-cli:1" : {}
99 },
1515 // "forwardPorts": [],
1616
1717 // Use 'postCreateCommand' to run commands after the container is created.
18- "postCreateCommand" : " bundle install" ,
18+ // "postCreateCommand": "bundle install",
1919
2020 // Configure tool-specific properties.
2121 // "customizations": {},
Original file line number Diff line number Diff line change 1- 3.3.0
1+ 3.4.6
You can’t perform that action at this time.
0 commit comments