diff --git a/.drone.yml b/.drone.yml index c6ded8d..572fbc4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ platform: steps: - name: frontend - image: node:18-alpine3.15 + image: node:19-alpine3.15 commands: - apk --no-cache add python2 build-base tar - yarn config set network-timeout 100000 @@ -216,7 +216,7 @@ platform: steps: - name: frontend - image: node:18-alpine3.15 + image: node:19-alpine3.15 commands: - apk --no-cache add python2 build-base - yarn config set network-timeout 100000 @@ -378,7 +378,7 @@ platform: steps: - name: frontend - image: node:18-alpine3.15 + image: node:19-alpine3.15 commands: - apk --no-cache add python2 build-base - yarn config set network-timeout 100000 diff --git a/Dockerfile b/Dockerfile index f7d6a15..e66d9d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18-alpine as nodebuild +FROM node:19-alpine as nodebuild WORKDIR /go/src/git.happydns.org/happydomain