We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f7508 commit 703e1deCopy full SHA for 703e1de
1 file changed
.devcontainer/devcontainer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "Ruby",
3
- "image": "mcr.microsoft.com/devcontainers/ruby:3.0@sha256:84ec41f29cabe46f80f235427e64ad675927eda08c50ce54429c6dd661ef9d23",
+ "image": "mcr.microsoft.com/devcontainers/ruby:4.0@sha256:84f80d679e21d0b684a73926c549d13a39743030387ec5dbb50e8db80a12fbdf",
4
"postCreateCommand": "bundle install && pip install -r requirements.txt",
5
"features": {
6
"ghcr.io/devcontainers/features/python:1": {},
0 commit comments