mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-09 03:13:09 +02:00
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
2 changed files with 2 additions and 2 deletions
|
@ -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 a new issue