chore: Always use LTS NodeJS for Docker builds (#589)

* chore: Always use LTS NodeJS for Docker builds

* chore: Update devcontainers too
This commit is contained in:
Matt Kilgore
2025-03-16 12:25:09 -04:00
committed by GitHub
parent de4a3ef7a9
commit f2770584c7
3 changed files with 5 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:18-bullseye
FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:22-bullseye
RUN sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b ~/.local/bin