Container: Bump node from 19.3.0-alpine to 19.4.0-alpine

Bumps node from 19.3.0-alpine to 19.4.0-alpine.
This commit is contained in:
dependabot 2023-01-07 07:25:27 +00:00 committed by networkException
parent 03bc547f75
commit cf4a86ac9a
Signed by: networkException
GPG key ID: E3877443AE684391

View file

@ -1,4 +1,4 @@
FROM node:19.3.0-alpine as build
FROM node:19.4.0-alpine as build
WORKDIR /usr/src/app