Skip to content

Commit 8d3c6bf

Browse files
committed
Update devcontainer.json with base image
1 parent fa73d51 commit 8d3c6bf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

templates/ubuntu-dev/.devcontainer/devcontainer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
{
44
"name": "Ubuntu",
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6-
// "image": "mcr.microsoft.com/devcontainers/base:jammy",
7-
"build": {
8-
// Path is relative to the devcontainer.json file.
9-
"dockerfile": "Dockerfile"
10-
},
6+
"image": "mcr.microsoft.com/devcontainers/base:jammy",
7+
// "build": {
8+
// // Path is relative to the devcontainer.json file.
9+
// "dockerfile": "Dockerfile"
10+
// },
1111
"features": {
1212
"ghcr.io/devcontainers/features/common-utils": {},
1313

0 commit comments

Comments
 (0)