Skip to content

Commit

Permalink
Merge pull request #4 from aymenfurter/devcontainer-troubleshoot
Browse files Browse the repository at this point in the history
fix: base image
  • Loading branch information
aymenfurter authored Nov 27, 2023
2 parents c66fa4b + b2e0946 commit c59fa89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "Transcript Search Dev Image",
"image": "mcr.microsoft.com/devcontainers/universal:linux",
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",

"features": {
"ghcr.io/devcontainers/features/azure-cli:1": {},
"ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/devcontainers/features/dotnet:2": {},
"ghcr.io/devcontainers-contrib/features/angular-cli:2": {},
"ghcr.io/devcontainers-contrib/features/angular-cli:2": {},
"ghcr.io/azure/azure-dev/azd:0": {},
"ghcr.io/devcontainers/features/python:1": {}
},
Expand Down

0 comments on commit c59fa89

Please sign in to comment.