Update Dockerfile

This commit is contained in:
Dave Gallant
2022-11-12 00:13:28 -05:00
committed by GitHub
parent 2819555ce5
commit cde4463f3a

View File

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