aboutsummaryrefslogtreecommitdiff
path: root/src/docker-in-docker/devcontainer-feature.json
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2023-10-05 21:27:01 +0300
committerGitHub <noreply@github.com>2023-10-05 21:27:01 +0300
commit4fca96b5e8a4bfc93679098cb19d73c65ce571eb (patch)
treeea9c26feeeaaff8ea77f482ec3ceb8764d4357f3 /src/docker-in-docker/devcontainer-feature.json
parent0d7ad7c5fcc2569b46035b151dabba3449d1a0a7 (diff)
[Docker-in-docker] Updates docker-init scripts (#715)feature_docker-in-docker_2.7.0
* updates * version bump
Diffstat (limited to 'src/docker-in-docker/devcontainer-feature.json')
-rw-r--r--src/docker-in-docker/devcontainer-feature.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/docker-in-docker/devcontainer-feature.json b/src/docker-in-docker/devcontainer-feature.json
index c64c590..8d41aca 100644
--- a/src/docker-in-docker/devcontainer-feature.json
+++ b/src/docker-in-docker/devcontainer-feature.json
@@ -1,6 +1,6 @@
{
"id": "docker-in-docker",
- "version": "2.6.0",
+ "version": "2.7.0",
"name": "Docker (Docker-in-Docker)",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/docker-in-docker",
"description": "Create child containers *inside* a container, independent from the host's docker instance. Installs Docker extension in the container along with needed CLIs.",