Skip to content

Commit 704eedb

Browse files
committed
use new image
1 parent 733ec9e commit 704eedb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/nhsdigital/eps-devcontainers/node_24_python_3_14:v1.0.0
1+
FROM ghcr.io/nhsdigital/eps-devcontainers/node_24_python_3_14:pr-15-a1b9b25
22

33
USER root
44
# specify DOCKER_GID to force container docker group id to match host

.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:v1.0.0"
41+
runtime_docker_image: "ghcr.io/nhsdigital/eps-devcontainers/node_24_python_3_14:pr-15-a1b9b25"
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:v1.0.0"
33+
runtime_docker_image: "ghcr.io/nhsdigital/eps-devcontainers/node_24_python_3_14:pr-15-a1b9b25"
3434
secrets:
3535
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3636
tag_release:

0 commit comments

Comments
 (0)