Browse Source

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

Aakansha Doshi 2 years ago
parent
commit
5dd1efde8a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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