Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down