build: update to node 18 in docker (#6822)

This commit is contained in:
Aakansha Doshi 2023-07-28 12:06:33 +05:30 committed by GitHub
parent a7c590d459
commit 5dd1efde8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:14-alpine AS build
FROM node:18 AS build
WORKDIR /opt/node_app