Skip to content

Commit bee4f53

Browse files
fix(devcontainers): pin to older desktop-lite
See devcontainers/features#1431
1 parent 6de15f3 commit bee4f53

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
{
44
"dockerComposeFile": "docker-compose.yml",
55
"features": {
6-
"ghcr.io/devcontainers/features/desktop-lite:1": {}
6+
// see devcontainers/features#1431
7+
"ghcr.io/devcontainers/features/desktop-lite:1.2.5": {}
78
},
89
"forwardPorts": [3000, 5432, 6080],
910
"portsAttributes": {

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ You might also want to try VSCode with [this WSL extension](https://marketplace.
136136

137137
## Codespaces and Dev Container - EXPERIMENTAL 🛠️
138138

139-
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/rubyforgood/human-essentials/tree/main?quickstart=1)
139+
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/rubyforgood/human-essentials/tree/fix-devcontainers?quickstart=1)
140140

141141
[![Clone and open in VSCode Dev Container](https://img.shields.io/static/v1?label=Dev%20Containers&message=Clone%20and%20Open%20in%20VSCode&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/rubyforgood/human-essentials)
142142

0 commit comments

Comments
 (0)