fix(core): update

This commit is contained in:
Philipp Kunz 2022-08-05 15:35:35 +02:00
parent 8669c3cc70
commit 9cf189b77b
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="16.14.2" NODE_VERSION_STABLE="17.8.0" NVM_DIR="/usr/local/nvm"
ENV NODE_VERSION_LTS="16.16.0" NODE_VERSION_STABLE="18.7.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 \

View File

@ -1,4 +1,4 @@
FROM node:17.8.0-alpine
FROM node:18.7.0-alpine
LABEL author="Lossless GmbH <hello@lossless.com>"
RUN apk update && apk add bash libc6-compat alpine-sdk
ENV PYTHONUNBUFFERED=1