build(deps): update node.js to v20 (#5294)

pull/5275/head^2
renovate[bot] 2023-04-24 12:08:40 +10:00 committed by GitHub
parent 9f4e5bc686
commit 1c64e7731a
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:19-alpine AS builder-frontend FROM node:20-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:19-alpine AS builder-frontend FROM node:20-alpine AS builder-frontend
WORKDIR /node/src/app WORKDIR /node/src/app

View File

@ -1,4 +1,4 @@
FROM node:19-alpine FROM node:20-alpine
ARG USER_ID ARG USER_ID
ARG GROUP_ID ARG GROUP_ID

View File

@ -1,4 +1,4 @@
FROM node:19-alpine FROM node:20-alpine
WORKDIR /usr/app/src WORKDIR /usr/app/src