mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
Use Node v14.15.4 (#7154)
This commit is contained in:
parent
3ed9eeea58
commit
28ccc8977d
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
v14.15.1
|
||||
v14.15.4
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:14.15.1-alpine AS base
|
||||
FROM node:14.15.4-alpine AS base
|
||||
|
||||
ENV NODE_ENV=production
|
||||
|
||||
|
|
Loading…
Reference in a new issue