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 22ce794 commit 99accafCopy full SHA for 99accaf
src/universal/.devcontainer/devcontainer.json
@@ -61,7 +61,8 @@
61
"ghcr.io/devcontainers/features/github-cli:1": {
62
"version": "latest"
63
},
64
- "ghcr.io/devcontainers/features/docker-in-docker:2": {
+ // Temporarily pinning until we investigate issue with docker start
65
+ "ghcr.io/devcontainers/features/docker-in-docker:2.3.1": {
66
67
68
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {
src/universal/manifest.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "2.5.2",
+ "version": "2.5.3",
3
"build": {
4
"latest": true,
5
"rootDistro": "debian",
0 commit comments