Bump node from 18-alpine3.16 to 19-alpine3.16

Bumps node from 18-alpine3.16 to 19-alpine3.16.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-11-06 00:57:33 +00:00
committed by GitHub
parent 35e67c5904
commit b62d4aa02c

View File

@@ -1,4 +1,4 @@
FROM node:18-alpine3.16 as builder
FROM node:19-alpine3.16 as builder
WORKDIR /app