fix(core): update

This commit is contained in:
Philipp Kunz 2023-04-02 13:22:11 +02:00
parent 5821c9f6e6
commit 7422d9c146
5 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
FROM ubuntu:20.04 FROM ubuntu:20.04
LABEL author="Lossless GmbH <hello@lossless.com>" LABEL author="Task Venture Capital GmbH <hello@task.vc>"
WORKDIR /workspace WORKDIR /workspace
# important environment variables # important environment variables

View File

@ -1,5 +1,5 @@
FROM node:19.0.0-alpine FROM node:18.15.0-alpine
LABEL author="Lossless GmbH <hello@lossless.com>" LABEL author="Task Venture Capital GmbH <hello@task.vc>"
#pnpm #pnpm
ENV PNPM_HOME="/root/.local/share/pnpm/pnpm" ENV PNPM_HOME="/root/.local/share/pnpm/pnpm"

View File

@ -1,5 +1,5 @@
FROM hosttoday/ht-docker-node:latest as stage1 FROM hosttoday/ht-docker-node:latest as stage1
LABEL author="Lossless GmbH <hello@lossless.com>" LABEL author="Task Venture Capital GmbH <hello@task.vc>"
RUN apt-get update && apt-get install -y --no-install-recommends qemu-user-static binfmt-support RUN apt-get update && apt-get install -y --no-install-recommends qemu-user-static binfmt-support
# the following lines need to be run on a system that supports both architectures # the following lines need to be run on a system that supports both architectures
# update-binfmts --enable qemu-arm \ # update-binfmts --enable qemu-arm \

View File

@ -1,5 +1,5 @@
FROM hosttoday/ht-docker-node:latest FROM hosttoday/ht-docker-node:latest
LABEL author="Lossless GmbH <hello@lossless.com>" LABEL author="Task Venture Capital GmbH <hello@task.vc>"
RUN bash -c "source $NVM_DIR/nvm.sh \ RUN bash -c "source $NVM_DIR/nvm.sh \
&& nvm install $NODE_VERSION_LTS" && nvm install $NODE_VERSION_LTS"

View File

@ -1,4 +1,4 @@
FROM hosttoday/ht-docker-node:latest FROM hosttoday/ht-docker-node:latest
LABEL author="Lossless GmbH <hello@lossless.com>" LABEL author="Task Venture Capital GmbH <hello@task.vc>"
RUN pnpm install -g @shipzone/npmci RUN pnpm install -g @shipzone/npmci