Browse Source

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

pull/6470/merge
Aakansha Doshi 2 years ago committed by GitHub
parent
commit
5dd1efde8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile

2
Dockerfile

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

Loading…
Cancel
Save