Explorar o código

Merge pull request #1560 from nealormsbee/ndo/ui-update-baseimage

Node-GYP dockerfile
Michael Dresser %!s(int64=3) %!d(string=hai) anos
pai
achega
08c48bc5aa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ui/Dockerfile

+ 1 - 1
ui/Dockerfile

@@ -1,4 +1,4 @@
-FROM node:16-alpine as builder
+FROM node:18.3.0 as builder
 ADD package*.json /opt/ui/
 WORKDIR /opt/ui
 RUN npm install