Skip to content

Commit e527919

Browse files
fix: update mcr.microsoft.com/devcontainers/javascript-node docker tag to v1
1 parent 5eb884e commit e527919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"features": {
33
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
44
},
5-
"image": "mcr.microsoft.com/devcontainers/javascript-node:0-16",
5+
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-16",
66
"updateContentCommand": "yarn --frozen-lockfile"
77
}

0 commit comments

Comments
 (0)