Skip to content

Commit f84a528

Browse files
Update devcontainer image version to v1.2.0
1 parent 99ef9e6 commit f84a528

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_java_24",
9-
"IMAGE_VERSION": "v1.1.3",
9+
"IMAGE_VERSION": "v1.2.0",
1010
"USER_UID": "${localEnv:USER_ID:}",
1111
"USER_GID": "${localEnv:GROUP_ID:}"
1212
}
@@ -65,6 +65,5 @@
6565
"LOCAL_WORKSPACE_FOLDER": "${localWorkspaceFolder}"
6666
},
6767
"postAttachCommand": "git-secrets --register-aws; git-secrets --add-provider -- cat /usr/share/secrets-scanner/nhsd-rules-deny.txt",
68-
"features": {
69-
}
68+
"features": {}
7069
}

0 commit comments

Comments
 (0)