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