CI: keep node to lts branch
continuous-integration/drone/push Build is passing Details

This commit is contained in:
nemunaire 2021-05-20 09:56:37 +02:00
parent 7719eb2152
commit fb72789821
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
FROM node:alpine as nodebuild
FROM node:lts-alpine as nodebuild
WORKDIR /go/src/git.happydns.org/happydns