Merge pull request #1 from davegallant/dependabot/docker/node-19-alpine3.16

Bump node from 18-alpine3.16 to 19-alpine3.16
This commit is contained in:
Dave Gallant
2022-11-05 20:58:27 -04:00
committed by GitHub

View File

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