Skip to content

Commit 415a828

Browse files
committed
use new tag
1 parent 556712a commit 415a828

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"context": "..",
99
"args": {
1010
"DOCKER_GID": "${env:DOCKER_GID:}",
11-
"IMAGE_VERSION": "pr-15-c27cba7" // This arg is used in the Dockerfile to specify the base image version }
11+
"IMAGE_VERSION": "v1.0.1" // This arg is used in the Dockerfile to specify the base image version }
1212
},
1313
"mounts": [
1414
"source=${env:HOME}${env:USERPROFILE}/.aws,target=/home/vscode/.aws,type=bind",

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
needs: [get_asdf_version]
3939
with:
4040
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
41-
runtime_docker_image: "ghcr.io/nhsdigital/eps-devcontainers/node_24_python_3_14:pr-15-c27cba7"
41+
runtime_docker_image: "ghcr.io/nhsdigital/eps-devcontainers/node_24_python_3_14:v1.0.1"
4242
secrets:
4343
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4444
tag_release:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: ./.github/workflows/quality-checks.yml
3131
with:
3232
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
33-
runtime_docker_image: "ghcr.io/nhsdigital/eps-devcontainers/node_24_python_3_14:pr-15-c27cba7"
33+
runtime_docker_image: "ghcr.io/nhsdigital/eps-devcontainers/node_24_python_3_14:v1.0.1"
3434
secrets:
3535
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3636
tag_release:

0 commit comments

Comments
 (0)