From dd0164eb2029604094a645c1c6997d8ae0e6bf72 Mon Sep 17 00:00:00 2001 From: Matt Kilgore Date: Sat, 18 Jan 2025 14:50:17 -0500 Subject: [PATCH] Update Dockerfile --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index be999564..5ccc811b 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,5 +1,5 @@ # [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 ARG VARIANT=18-bullseye -FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-${VARIANT} +FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:${VARIANT} RUN sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b ~/.local/bin