Skip to content

Commit

Permalink
bring back moby for version matching
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Nov 28, 2024
1 parent 5468b6f commit 9bd8c42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/docker-in-docker_slim/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
},
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"version": "26.1.4",
"dockerDashComposeVersion": "none",
"moby": "false"
"version": "26.1.5",
"dockerDashComposeVersion": "none"
// "moby": "false"
},
// Add sshd to support gh cli codespace cp.
"ghcr.io/devcontainers/features/sshd:1": {
Expand Down
6 changes: 3 additions & 3 deletions .devcontainer/docker-outside-of-docker_slim/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
],
"features": {
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {
"version": "26.1.4",
"dockerDashComposeVersion": "none",
"moby": "false"
"version": "26.1.5",
"dockerDashComposeVersion": "none"
// "moby": "false"
},
// Add sshd to support gh cli codespaces cp.
"ghcr.io/devcontainers/features/sshd:1": {
Expand Down

0 comments on commit 9bd8c42

Please sign in to comment.