Skip to content

Commit

Permalink
try moby 27.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Nov 29, 2024
1 parent f7b3427 commit 58b169b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/docker-in-docker/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.5",
"dockerDashComposeVersion": "none",
"moby": "false"
"version": "27.3.1",
"dockerDashComposeVersion": "none"
// "moby": "false"
},
// Add sshd to support gh cli codespace cp.
"ghcr.io/devcontainers/features/sshd:1": {
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/docker-in-docker_slim/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"version": "26.1.5",
"version": "27.3.1",
"dockerDashComposeVersion": "none"
// "moby": "false"
},
Expand Down
6 changes: 3 additions & 3 deletions .devcontainer/docker-outside-of-docker/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.5",
"dockerDashComposeVersion": "none",
"moby": "false"
"version": "27.3.1",
"dockerDashComposeVersion": "none"
// "moby": "false"
},
// Add sshd to support gh cli codespaces cp.
"ghcr.io/devcontainers/features/sshd:1": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"features": {
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {
"version": "26.1.5",
"version": "27.3.1",
"dockerDashComposeVersion": "none"
// "moby": "false"
},
Expand Down

0 comments on commit 58b169b

Please sign in to comment.