From 3679add309dd843c9cb59b49f792b9ba488b918b Mon Sep 17 00:00:00 2001 From: Vladlen Fedosov Date: Wed, 6 Jan 2021 15:12:11 +0200 Subject: [PATCH] chore: node 12->14 --- .github/workflows/ci.yml | 4 ++-- ilc/Dockerfile | 2 +- registry/Dockerfile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f47d66b5..05d8b940 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,10 +81,10 @@ jobs: steps: - uses: actions/checkout@v1 - - name: Use Node.js 12 + - name: Use Node.js 14 uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 14 - name: Install Chrome deps run: sudo apt-get update && sudo apt-get install -y libgbm-dev diff --git a/ilc/Dockerfile b/ilc/Dockerfile index 3be33121..a49df3f2 100644 --- a/ilc/Dockerfile +++ b/ilc/Dockerfile @@ -1,4 +1,4 @@ -FROM node:12-alpine +FROM node:14-alpine RUN apk update && apk add --no-cache bash git openssh python make g++ findutils diff --git a/registry/Dockerfile b/registry/Dockerfile index 1dc0db26..730bb2bd 100644 --- a/registry/Dockerfile +++ b/registry/Dockerfile @@ -1,4 +1,4 @@ -FROM node:12-alpine +FROM node:14-alpine RUN apk --no-cache add --virtual builds-deps build-base python