Use Node v14.15.1 (#6861)
https://nodejs.org/en/blog/vulnerability/november-2020-security-releases/
This commit is contained in:
parent
34f662ead5
commit
3584786387
|
@ -1 +1 @@
|
||||||
v14.15.0
|
v14.15.1
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM node:14.15.0-alpine AS base
|
FROM node:14.15.1-alpine AS base
|
||||||
|
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue