Skip to content

Commit

Permalink
Update devcontainer.json with base image
Browse files Browse the repository at this point in the history
  • Loading branch information
npv2k1 committed Feb 3, 2024
1 parent fa73d51 commit 8d3c6bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions templates/ubuntu-dev/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
{
"name": "Ubuntu",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
// "image": "mcr.microsoft.com/devcontainers/base:jammy",
"build": {
// Path is relative to the devcontainer.json file.
"dockerfile": "Dockerfile"
},
"image": "mcr.microsoft.com/devcontainers/base:jammy",
// "build": {
// // Path is relative to the devcontainer.json file.
// "dockerfile": "Dockerfile"
// },
"features": {
"ghcr.io/devcontainers/features/common-utils": {},

Expand Down

0 comments on commit 8d3c6bf

Please sign in to comment.