Skip to content

Commit a5a01ac

Browse files
authored
Merge branch 'main' into aea-6254-cdk-api-gateway
2 parents 70e7f20 + 518f766 commit a5a01ac

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
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
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Update Devcontainer Version
2+
3+
on:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: "0 18 * * 4"
7+
8+
jobs:
9+
update_devcontainer_version:
10+
uses: NHSDigital/eps-common-workflows/.github/workflows/update-dev-container-version.yml@23342d86a245c076937abd6aecdd0ce06446b1e6
11+
permissions:
12+
contents: read
13+
packages: read
14+
pull-requests: write
15+
with:
16+
base_branch: main
17+
secrets:
18+
CREATE_PULL_REQUEST_APP_ID: ${{ secrets.CREATE_PULL_REQUEST_APP_ID }}
19+
CREATE_PULL_REQUEST_PEM: ${{ secrets.CREATE_PULL_REQUEST_PEM }}

0 commit comments

Comments
 (0)