Skip to content

Commit 668c6b0

Browse files
committed
chore: fix docker version
1 parent 2ad0d4b commit 668c6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// Features to add to the dev container. More info: https://containers.dev/features.
99
"features": {
1010
"ghcr.io/devcontainers/features/docker-in-docker:1": {
11-
"version": "latest",
11+
"version": "20",
1212
"moby": "false",
1313
"dockerDashComposeVersion": "v2"
1414
},

0 commit comments

Comments
 (0)