Update node Docker tag to v19

This commit is contained in:
Renovate Bot 2022-11-03 02:12:11 +00:00 committed by Pierre-Olivier Mercier
parent c75147c5eb
commit 9c57157827
2 changed files with 4 additions and 4 deletions

View File

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

View File

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