We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8446e commit 5835211Copy full SHA for 5835211
src/devcontainers/loaded/.devcontainer/devcontainer.json
@@ -13,7 +13,7 @@
13
"postStartCommand": "echo ${localEnv:CONTAINER_NAME} Started",
14
15
"features": {
16
- "ghcr.io/nhsdigital/nhs-notify-devcontainers/nhsnotify:1.0.21": {}
+ "ghcr.io/nhsdigital/nhs-notify-devcontainers/nhsnotify:1.0.22": {}
17
},
18
"runArgs": [
19
"--platform=linux/amd64"
src/features/nhsnotify/devcontainer-feature.json
@@ -7,7 +7,7 @@
7
8
"id": "nhsnotify",
9
"name": "NHS Notify",
10
- "version": "1.0.21",
+ "version": "1.0.22",
11
"dependsOn": {
12
"ghcr.io/devcontainers/features/common-utils:2.5.4": {
"configureZshAsDefaultShell": true,
0 commit comments