From fb7278982115fdcf089ca75d18617cbf7956680a Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Thu, 20 May 2021 09:56:37 +0200 Subject: [PATCH] CI: keep node to lts branch --- .drone.yml | 6 +++--- Dockerfile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index b4978ee..386db23 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ platform: steps: - name: frontend - image: node:alpine + image: node:lts-alpine commands: - apk --no-cache add python2 build-base tar - yarn config set network-timeout 100000 @@ -169,7 +169,7 @@ platform: steps: - name: frontend - image: node:alpine + image: node:lts-alpine commands: - apk --no-cache add python2 build-base - yarn config set network-timeout 100000 @@ -287,7 +287,7 @@ platform: steps: - name: frontend - image: node:alpine + image: node:lts-alpine commands: - apk --no-cache add python2 build-base - yarn config set network-timeout 100000 diff --git a/Dockerfile b/Dockerfile index 133ec1c..596953b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:alpine as nodebuild +FROM node:lts-alpine as nodebuild WORKDIR /go/src/git.happydns.org/happydns