fix(core): update

This commit is contained in:
2021-05-05 15:07:21 +00:00
parent 5f02b4707c
commit 5b6e13f3fd
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ LABEL author="Lossless GmbH <hello@lossless.com>"
WORKDIR /workspace
# important environment variables
ENV NODE_VERSION_LTS="14.16.1" NODE_VERSION_STABLE="16.1.0" NVM_DIR="/usr/local/nvm"
ENV NODE_VERSION_LTS="16.1.0" NODE_VERSION_STABLE="16.1.0" NVM_DIR="/usr/local/nvm"
# Set debconf to run non-interactively and install packages
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections \