Skip to content

Commit 5564384

Browse files
Upgrade: [dependabot] - Update devcontainer image version to v1.2.0 (#2918)
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 93e8a87 commit 5564384

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 11 additions & 6 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_12",
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
},
@@ -55,13 +55,18 @@
5555
"editor.formatOnType": false,
5656
"editor.formatOnSave": true,
5757
"editor.formatOnSaveMode": "file",
58-
"cSpell.words": ["fhir", "Formik", "pino", "serialisation"],
58+
"cSpell.words": [
59+
"fhir",
60+
"Formik",
61+
"pino",
62+
"serialisation"
63+
],
5964
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
60-
6165
}
6266
}
6367
},
64-
"remoteEnv": { "LOCAL_WORKSPACE_FOLDER": "${localWorkspaceFolder}" },
65-
"features": {
66-
}
68+
"remoteEnv": {
69+
"LOCAL_WORKSPACE_FOLDER": "${localWorkspaceFolder}"
70+
},
71+
"features": {}
6772
}

0 commit comments

Comments
 (0)