build(deps): update node.js to v18 (#3225)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
pull/3227/head
renovate[bot] 2022-04-21 18:28:35 +10:00 committed by GitHub
parent 3a5f0eeaba
commit b18eea039c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# ======================================== # ========================================
# ===== Build image for the frontend ===== # ===== Build image for the frontend =====
# ======================================== # ========================================
FROM node:17-alpine AS builder-frontend FROM node:18-alpine AS builder-frontend
WORKDIR /node/src/app WORKDIR /node/src/app

View File

@ -1,7 +1,7 @@
# ======================================== # ========================================
# ===== Build image for the frontend ===== # ===== Build image for the frontend =====
# ======================================== # ========================================
FROM node:17-alpine AS builder-frontend FROM node:18-alpine AS builder-frontend
WORKDIR /node/src/app WORKDIR /node/src/app

View File

@ -1,4 +1,4 @@
FROM node:17-alpine FROM node:18-alpine
ARG USER_ID ARG USER_ID
ARG GROUP_ID ARG GROUP_ID

View File

@ -1,4 +1,4 @@
FROM node:17-alpine FROM node:18-alpine
WORKDIR /usr/app/src WORKDIR /usr/app/src