diff --git a/.devcontainer/devcontainer-lock.json b/.devcontainer/devcontainer-lock.json index 45d524e..e6727f5 100644 --- a/.devcontainer/devcontainer-lock.json +++ b/.devcontainer/devcontainer-lock.json @@ -5,10 +5,10 @@ "resolved": "ghcr.io/devcontainers/features/docker-in-docker@sha256:23ae11a86089da5f0b98a6edd603f91831802b7f2d5ef1e104e1b94a3beb546c", "integrity": "sha256:23ae11a86089da5f0b98a6edd603f91831802b7f2d5ef1e104e1b94a3beb546c" }, - "ghcr.io/ministryofjustice/devcontainer-feature/container-structure-test:0": { - "version": "0.0.2", - "resolved": "ghcr.io/ministryofjustice/devcontainer-feature/container-structure-test@sha256:a0d81a6b8be5deae2fc41edf007a8f0efe794b4ebf0880265643b4a06edf16c6", - "integrity": "sha256:a0d81a6b8be5deae2fc41edf007a8f0efe794b4ebf0880265643b4a06edf16c6", + "ghcr.io/ministryofjustice/devcontainer-feature/container-structure-test:1": { + "version": "1.0.0", + "resolved": "ghcr.io/ministryofjustice/devcontainer-feature/container-structure-test@sha256:19eb30f9eb327b667be2002757d55381de87cdb5a79a6e37d293369fe8ad01ad", + "integrity": "sha256:19eb30f9eb327b667be2002757d55381de87cdb5a79a6e37d293369fe8ad01ad", "dependsOn": [ "ghcr.io/devcontainers/features/docker-in-docker:2" ] diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 8d7316d..c307720 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,7 @@ "image": "ghcr.io/ministryofjustice/devcontainer-base:latest", "features": { "ghcr.io/devcontainers/features/docker-in-docker:2": {}, - "ghcr.io/ministryofjustice/devcontainer-feature/container-structure-test:0": {}, + "ghcr.io/ministryofjustice/devcontainer-feature/container-structure-test:1": {}, "ghcr.io/ministryofjustice/devcontainer-feature/static-analysis:0": {} }, "customizations": {