build(deps): update node.js to v16 (#2005)

pull/2010/head
renovate[bot] 2021-05-16 00:18:01 +10:00 committed by GitHub
parent d6f3b92201
commit 3ff50ae979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# ======================================== # ========================================
# ===== Build image for the frontend ===== # ===== Build image for the frontend =====
# ======================================== # ========================================
FROM node:15-alpine AS builder-frontend FROM node:16-alpine AS builder-frontend
WORKDIR /node/src/app WORKDIR /node/src/app
COPY web . COPY web .

View File

@ -1,4 +1,4 @@
FROM node:15-alpine FROM node:16-alpine
ARG USER_ID ARG USER_ID
ARG GROUP_ID ARG GROUP_ID

View File

@ -1,4 +1,4 @@
FROM node:15-alpine FROM node:16-alpine
WORKDIR /usr/app/src WORKDIR /usr/app/src