diff --git a/Dockerfile b/Dockerfile index 9dd6300..c8da323 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM ubuntu:20.04 -LABEL author="Lossless GmbH " +LABEL author="Task Venture Capital GmbH " WORKDIR /workspace # important environment variables diff --git a/Dockerfile_alpine b/Dockerfile_alpine index c9b7eea..cb1f91b 100644 --- a/Dockerfile_alpine +++ b/Dockerfile_alpine @@ -1,5 +1,5 @@ -FROM node:19.0.0-alpine -LABEL author="Lossless GmbH " +FROM node:18.15.0-alpine +LABEL author="Task Venture Capital GmbH " #pnpm ENV PNPM_HOME="/root/.local/share/pnpm/pnpm" diff --git a/Dockerfile_iot b/Dockerfile_iot index ea7971e..b9973f9 100644 --- a/Dockerfile_iot +++ b/Dockerfile_iot @@ -1,5 +1,5 @@ FROM hosttoday/ht-docker-node:latest as stage1 -LABEL author="Lossless GmbH " +LABEL author="Task Venture Capital GmbH " 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 # update-binfmts --enable qemu-arm \ diff --git a/Dockerfile_lts b/Dockerfile_lts index 4872204..550a562 100644 --- a/Dockerfile_lts +++ b/Dockerfile_lts @@ -1,5 +1,5 @@ FROM hosttoday/ht-docker-node:latest -LABEL author="Lossless GmbH " +LABEL author="Task Venture Capital GmbH " RUN bash -c "source $NVM_DIR/nvm.sh \ && nvm install $NODE_VERSION_LTS" diff --git a/Dockerfile_npmci b/Dockerfile_npmci index 244c983..9c7484b 100644 --- a/Dockerfile_npmci +++ b/Dockerfile_npmci @@ -1,4 +1,4 @@ FROM hosttoday/ht-docker-node:latest -LABEL author="Lossless GmbH " +LABEL author="Task Venture Capital GmbH " RUN pnpm install -g @shipzone/npmci