Skip to content

Commit

Permalink
update docker version to 26.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Dec 7, 2024
1 parent 864726a commit 6d12198
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/docker-in-docker/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// docker/moby version is that old because newer ones failed to install under emulation
// see https://github.com/moby/moby/issues/48987#issuecomment-2507267417
// and https://github.com/moby/moby/issues/47895#issuecomment-2507528678
"version": "23.0.7",
"version": "26.1.5",
"dockerDashComposeVersion": "none",
"installDockerComposeSwitch": "false"
},
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": "23.0.7",
"version": "26.1.5",
"dockerDashComposeVersion": "none",
"installDockerComposeSwitch": "false"
},
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/docker-outside-of-docker/devcontainer.json
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": "23.0.7",
"version": "26.1.5",
"dockerDashComposeVersion": "none",
"installDockerComposeSwitch": "false"
},
Expand Down

0 comments on commit 6d12198

Please sign in to comment.