File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
devcontainers/loaded/.devcontainer Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 66 "postCreateCommand" : " echo Loaded Created" ,
77 "postStartCommand" : " echo Loaded Started" ,
88 "features" : {
9- "ghcr.io/nhsdigital/nhs-notify-devcontainers/nhsnotify:1.0.13 " : {}
9+ "ghcr.io/nhsdigital/nhs-notify-devcontainers/nhsnotify:1.0.14 " : {}
1010 },
1111 "runArgs" : [
1212 " --platform=linux/amd64"
1717 "containerEnv" : {
1818 "UPDATEFROMTEMPLATE" : " true" ,
1919 "SHOWWELCOME" : " true" ,
20- "MAKECONFIG" : " true"
20+ "MAKECONFIG" : " true" ,
21+ "GITHUBMONITOR" : " true"
2122 },
2223 "initializeCommand" : " touch $HOME/.gitconfig && mkdir -p $HOME/.aws || true && mkdir -p $HOME/.gnupg || true && mkdir -p $HOME/.ssh || true" ,
2324
Original file line number Diff line number Diff line change 22 "containerEnv" : {
33 "UPDATEFROMTEMPLATE" : " true" ,
44 "SHOWWELCOME" : " true" ,
5- "MAKECONFIG" : " true"
5+ "MAKECONFIG" : " true" ,
6+ "GITHUBMONITOR" : " true"
67 },
78 "id" : " nhsnotify" ,
89 "name" : " NHS Notify" ,
9- "version" : " 1.0.13 " ,
10+ "version" : " 1.0.14 " ,
1011 "dependsOn" : {
1112 "ghcr.io/devcontainers/features/common-utils:2.5.4" : {
1213 "configureZshAsDefaultShell" : true ,
You can’t perform that action at this time.
0 commit comments