fix(node versions): update

This commit is contained in:
Philipp Kunz 2018-11-26 20:36:03 +01:00
parent 1acbe775fc
commit 32ceafbd59
3 changed files with 6 additions and 3 deletions

View File

@ -55,8 +55,9 @@ pages:
- 'npmci -v' - 'npmci -v'
image: hosttoday/ht-docker-node:npmci image: hosttoday/ht-docker-node:npmci
script: script:
- npmci command npm install -g npmpage # - npmci command npm install -g npmpage
- npmci command npmpage # - npmci command npmpage
- echo "nothing here yet until @gitzone/npmpage is ready!"
only: only:
- tags - tags
tags: tags:

View File

@ -1,8 +1,9 @@
FROM ubuntu:xenial FROM ubuntu:xenial
LABEL author="Lossless GmbH <office@lossless.com>" LABEL author="Lossless GmbH <office@lossless.com>"
WORKDIR /workspace WORKDIR /workspace
# important environment variables # important environment variables
ENV NODE_VERSION_LTS="8.11.3" NODE_VERSION_STABLE="10.5.0" NVM_DIR="/usr/local/nvm" ENV NODE_VERSION_LTS="10.13.0" NODE_VERSION_STABLE="11.2.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 \

View File

@ -1,4 +1,5 @@
FROM hosttoday/ht-docker-node:stable FROM hosttoday/ht-docker-node:stable
LABEL author="Lossless GmbH <office@lossless.com>"
# See https://crbug.com/795759 # See https://crbug.com/795759
RUN apt-get update && apt-get install -yq libgconf-2-4 \ RUN apt-get update && apt-get install -yq libgconf-2-4 \