Update Dockerfile

This commit is contained in:
Matt Kilgore
2025-01-18 15:03:16 -05:00
committed by GitHub
parent dd0164eb20
commit e79300c646

View File

@@ -1,5 +1,3 @@
# [Choice] Node.js version (use -bullseye variants on local arm64/Apple Silicon): 18, 16, 14, 18-bullseye, 16-bullseye, 14-bullseye, 18-buster, 16-buster, 14-buster FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:18-bullseye
ARG VARIANT=18-bullseye
FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:${VARIANT}
RUN sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b ~/.local/bin RUN sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b ~/.local/bin