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

Bumps node from 19.4.0-alpine to 19.5.0-alpine.
This commit is contained in:
dependabot 2023-01-26 07:25:27 +00:00 committed by networkException
parent 08f756ca3d
commit 25b8782f58
Signed by: networkException
GPG key ID: E3877443AE684391

View file

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