Skip to content

Commit 2a1445e

Browse files
authored
impl: Revert "Update mcr.microsoft.com/devcontainers/ruby Docker tag to v4" (#1572)
Reverts #1561 I merged this PR but starting the devcontainer now fails with the following error. Since PR #1535 also fails I think we should delay moving to Ruby 4.0 to later on when it is better supported.
1 parent 0011074 commit 2a1445e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Jekyll and Netlify",
3-
"image": "mcr.microsoft.com/devcontainers/ruby:4.0",
3+
"image": "mcr.microsoft.com/devcontainers/ruby:2.7",
44
"containerUser": "vscode",
55
"remoteUser": "vscode",
66
"features": {

0 commit comments

Comments
 (0)