chore(deps): update node docker tag to v20
continuous-integration/drone/push Build is running Details

This commit is contained in:
Renovate Bot 2023-04-20 21:16:36 +00:00 committed by nemunaire
parent 82f764ae45
commit 3718bc667d
2 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ platform:
steps:
- name: frontend
image: node:19-alpine
image: node:20-alpine
commands:
- apk --no-cache add tar
- yarn config set network-timeout 100000
@ -216,7 +216,7 @@ platform:
steps:
- name: frontend
image: node:19-alpine
image: node:20-alpine
commands:
- cd ui
- npm install --network-timeout=100000
@ -377,7 +377,7 @@ platform:
steps:
- name: frontend
image: node:19-alpine
image: node:20-alpine
commands:
- cd ui
- npm install --network-timeout=100000

View File

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