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

Bumps node from 19.1.0-alpine to 19.2.0-alpine.
This commit is contained in:
dependabot 2022-11-30 07:25:43 +00:00 committed by networkException
parent 16589b1b3a
commit 1b476d99c7
Signed by: networkException
GPG key ID: E3877443AE684391

View file

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