chore: updated libraries used; changed dns servers used to mitigate apt update errors

This commit is contained in:
Peter Wood
2025-05-03 21:06:27 -04:00
parent f68957ef05
commit 377cc63465
2 changed files with 351 additions and 331 deletions

View File

@@ -1,11 +1,14 @@
{ {
"name": "Finance App Development", "name": "Finance App Development",
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bullseye", "image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bullseye",
"workspaceFolder": "/home/acedanger/dev/finance",
"workspaceMount": "source=${localWorkspaceFolder},target=/home/acedanger/dev/finance,type=bind,consistency=cached",
"features": { "features": {
"ghcr.io/devcontainers/features/git:1": {}, "ghcr.io/devcontainers/features/git:1": {},
"ghcr.io/devcontainers/features/docker-in-docker:2": {}, "ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/github-cli:1": {} "ghcr.io/devcontainers/features/github-cli:1": {}
}, },
"runArgs": ["--dns", "8.8.8.8", "--dns", "8.8.4.4"],
"customizations": { "customizations": {
"vscode": { "vscode": {
"extensions": [ "extensions": [

679
package-lock.json generated

File diff suppressed because it is too large Load Diff