Skip to content

Commit df6a3c1

Browse files
committed
Update devcontainer configuration
1 parent 662ffbf commit df6a3c1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
},
@@ -15,7 +15,7 @@
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": {},

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.0
1+
3.4.6

0 commit comments

Comments
 (0)