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