We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30bec05 commit 8702187Copy full SHA for 8702187
.devcontainer/devcontainer.json
@@ -4,7 +4,7 @@
4
// The image property points to the resulting image with dependencies cached in it. To develop the
5
// base image instead, comment out the image property line and uncomment this build property line.
6
// "build": { "dockerfile": "base.Dockerfile" }
7
- "image": "ghcr.io/codespaces-contrib/demo/dependency-caching:commit-baa2d3667e152ec",
+ "image": "ghcr.io/codespaces-contrib/demo/dependency-caching:commit-30bec05d37b230f",
8
9
// This script optionally loads a cached yarn install for the repo
10
"postCreateCommand": ".devcontainer/cache/restore-diff.sh",
0 commit comments