diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4fab578c..cc8d7e3e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "analytical-platform-dashboard", - "image": "mcr.microsoft.com/devcontainers/base:ubuntu", + "image": "ghcr.io/ministryofjustice/devcontainer-base:latest", "features": { "ghcr.io/devcontainers/features/node:1": { "version": "20.11.1" @@ -9,7 +9,8 @@ "version": "3.11" }, "ghcr.io/devcontainers/features/docker-in-docker:2": {}, - "./features/src/postgresql": {} + "./features/src/postgresql": {}, + "ghcr.io/ministryofjustice/devcontainer-feature/aws:0": {} }, "postCreateCommand": "bash scripts/devcontainer/post-create.sh", "postStartCommand": "bash scripts/devcontainer/post-start.sh",