Container: Bump node from 19.9.0-alpine to 20.0.0-alpine

Bumps node from 19.9.0-alpine to 20.0.0-alpine.
This commit is contained in:
dependabot 2023-04-21 07:25:17 +00:00 committed by networkException
parent 7c9da0a21b
commit 35a7721448
Signed by: networkException
GPG key ID: E3877443AE684391

View file

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