Update dependency node to v17 #69

Closed
renovate-bot wants to merge 1 commit from renovate/node-17.x into master
2 changed files with 4 additions and 4 deletions
Showing only changes of commit b513304672 - Show all commits

Update dependency node to v17
Some checks reported errors
continuous-integration/drone/push Build was killed

Renovate Bot 2022-03-22 01:20:55 +00:00

View file

@ -9,7 +9,7 @@ platform:
steps:
- name: frontend
image: node:14-alpine
image: node:17-alpine
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:14-alpine
image: node:17-alpine
commands:
- apk --no-cache add python2 build-base
- yarn config set network-timeout 100000
@ -378,7 +378,7 @@ platform:
steps:
- name: frontend
image: node:14-alpine
image: node:17-alpine
commands:
- apk --no-cache add python2 build-base
- yarn config set network-timeout 100000

View file

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