build(deps): update node.js to v19 (#4203)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
pull/4215/head^2
renovate[bot] 2022-10-21 20:34:44 +11:00 committed by GitHub
parent 5c981e7603
commit 4611636b2b
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:18-alpine AS builder-frontend
FROM node:19-alpine AS builder-frontend
WORKDIR /node/src/app

View File

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

View File

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

View File

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