Skip to content

Commit

Permalink
Update devcontainer.json (#58285)
Browse files Browse the repository at this point in the history
change the image to use base:ubuntu instead
  • Loading branch information
arilivigni authored May 11, 2023
1 parent 0ba1e6e commit 38842fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Codespace devcontainer config for the va.gov-team repository",
"image": "mcr.microsoft.com/devcontainers/universal:2",
"image": "mcr.microsoft.com/vscode/devcontainers/base:ubuntu",
"hostRequirements": {
"cpus": 8,
"memory": "16gb",
Expand Down

0 comments on commit 38842fc

Please sign in to comment.