fix(core): update
This commit is contained in:
parent
d2629cd453
commit
dcd581929b
@ -3,7 +3,7 @@ LABEL author="Lossless GmbH <hello@lossless.com>"
|
|||||||
|
|
||||||
WORKDIR /workspace
|
WORKDIR /workspace
|
||||||
# important environment variables
|
# important environment variables
|
||||||
ENV NODE_VERSION_LTS="14.3.0" NODE_VERSION_STABLE="14.3.0" NVM_DIR="/usr/local/nvm"
|
ENV NODE_VERSION_LTS="14.15.4" NODE_VERSION_STABLE="15.8.0" NVM_DIR="/usr/local/nvm"
|
||||||
|
|
||||||
# Set debconf to run non-interactively and install packages
|
# Set debconf to run non-interactively and install packages
|
||||||
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections \
|
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM node:14.3.0-alpine
|
FROM node:14.15.4-alpine
|
||||||
LABEL author="Lossless GmbH <hello@lossless.com>"
|
LABEL author="Lossless GmbH <hello@lossless.com>"
|
||||||
RUN apk update && apk add bash libc6-compat
|
RUN apk update && apk add bash libc6-compat
|
||||||
ENV NODE_OPTIONS="--max_old_space_size=1000"
|
ENV NODE_OPTIONS="--max_old_space_size=1000"
|
Loading…
Reference in New Issue
Block a user