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

Bumps node from 19.2.0-alpine to 19.3.0-alpine.
This commit is contained in:
dependabot 2022-12-15 07:25:12 +00:00 committed by networkException
parent fbd51a4932
commit d04efe3566
Signed by: networkException
GPG key ID: E3877443AE684391

View file

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