fix(core): update

This commit is contained in:
2021-02-05 21:22:25 +00:00
parent d2629cd453
commit dcd581929b
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM node:14.3.0-alpine
FROM node:14.15.4-alpine
LABEL author="Lossless GmbH <hello@lossless.com>"
RUN apk update && apk add bash libc6-compat
ENV NODE_OPTIONS="--max_old_space_size=1000"