Skip to content

Commit 3f20a93

Browse files
Upgrade: [dependabot] - Update devcontainer image version to v1.2.0 (#966)
This PR updates the devcontainer image version to v1.2.0. Co-authored-by: eps-create-pull-request[bot] <270920461+eps-create-pull-request[bot]@users.noreply.github.com>
1 parent ce7b3b7 commit 3f20a93

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"args": {
77
"DOCKER_GID": "${env:DOCKER_GID:}",
88
"IMAGE_NAME": "node_24_python_3_14",
9-
"IMAGE_VERSION": "v1.0.7",
9+
"IMAGE_VERSION": "v1.2.0",
1010
"USER_UID": "${localEnv:USER_ID:}",
1111
"USER_GID": "${localEnv:GROUP_ID:}"
1212
}
@@ -18,8 +18,7 @@
1818
"source=${env:HOME}${env:USERPROFILE}/.gnupg,target=/home/vscode/.gnupg,type=bind",
1919
"source=${env:HOME}${env:USERPROFILE}/.npmrc,target=/home/vscode/.npmrc,type=bind"
2020
],
21-
"features": {
22-
},
21+
"features": {},
2322
"customizations": {
2423
"vscode": {
2524
"extensions": [

0 commit comments

Comments
 (0)