Update dependency node to v18
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate Bot 2022-04-24 13:13:13 +00:00
parent e02d5073a8
commit 0550ecf43f
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ platform:
steps:
- name: build front
image: node:17-alpine
image: node:18-alpine
commands:
- mkdir deploy
- apk --no-cache add python2 build-base
@ -55,7 +55,7 @@ platform:
steps:
- name: build front
image: node:17-alpine
image: node:18-alpine
commands:
- mkdir deploy
- apk --no-cache add python2 build-base

View File

@ -1,4 +1,4 @@
FROM node:17-alpine as nodebuild
FROM node:18-alpine as nodebuild
WORKDIR /ui