Container: Bump node from 19.7.0-alpine to 19.8.1-alpine

Bumps node from 19.7.0-alpine to 19.8.1-alpine.
This commit is contained in:
dependabot 2023-03-17 07:25:39 +00:00 committed by networkException
parent e93a992692
commit 428221d459
Signed by: networkException
GPG key ID: E3877443AE684391

View file

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