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

Bumps node from 20.0.0-alpine to 20.1.0-alpine.
This commit is contained in:
dependabot 2023-05-05 07:25:22 +00:00 committed by networkException
parent 37d0879a90
commit 9704120412
Signed by: networkException
GPG key ID: E3877443AE684391

View file

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