build(deps): update node.js to v17 (#2523)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
pull/2524/head
renovate[bot] 2021-10-21 09:43:54 +11:00 committed by GitHub
parent 37030a42c7
commit 4b904fc321
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 =====
# ========================================
FROM node:16-alpine AS builder-frontend
FROM node:17-alpine AS builder-frontend
WORKDIR /node/src/app

View File

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

View File

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

View File

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