From aa339da9e5a17484002f072cba8f61a4209290b8 Mon Sep 17 00:00:00 2001 From: Recap Time Bot Date: Sat, 18 Sep 2021 12:33:30 +0000 Subject: [PATCH] Autofix: upgrade-nvm-tools Signed-off-by: Recap Time Bot --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0de4dc5..cc46f28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ LABEL org.opencontainers.image.source="https://github.com/code-server-boilerplat # @namespace/template-slug ENV TEMPLATE_SLUG_PREFIX="@code-server-boilerplates/nodejs-starter" \ # Hard-code Node.js version, but we automate upgrades through Autofix npm package. - NODE_VERSION=14.17.4 + NODE_VERSION=14.17.6 # Copy our custom files from our source files COPY --chown=coder:coder toolkits/packages/scripts /home/coder/.local/bin