Bump node version to 16.16
This commit is contained in:
parent
751ebba9f9
commit
3d97bb0fde
|
@ -1,4 +1,4 @@
|
||||||
FROM node:16.14.0-alpine3.15 AS builder
|
FROM node:16.16.0-alpine3.15 AS builder
|
||||||
WORKDIR /otterscan-build
|
WORKDIR /otterscan-build
|
||||||
COPY ["package.json", "package-lock.json", "/otterscan-build/"]
|
COPY ["package.json", "package-lock.json", "/otterscan-build/"]
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue