From 1cdf4ff50583ce6a7534729cafc5774357334d11 Mon Sep 17 00:00:00 2001 From: Matt Kilgore Date: Sat, 18 Jan 2025 14:48:19 -0500 Subject: [PATCH] Update Dockerfile --- .devcontainer/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 54cade49..be999564 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=16-bullseye +ARG VARIANT=18-bullseye FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-${VARIANT} -RUN sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b ~/.local/bin \ No newline at end of file +RUN sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b ~/.local/bin