Update Dockerfile (#970)

This commit is contained in:
Krishan 2022-11-09 19:36:27 +05:30 committed by GitHub
parent 1531535151
commit f144c1cdbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
## Builder
FROM node:18.12.0-alpine3.15 as builder
FROM node:18.12.1-alpine3.15 as builder
WORKDIR /src