mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -07:00
Update node version (#5101)
This commit is contained in:
parent
497c127690
commit
6689edd356
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
v12.1.0
|
||||
v12.6.0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:12.5-alpine AS base
|
||||
FROM node:12.6-alpine AS base
|
||||
|
||||
ENV NODE_ENV=production
|
||||
|
||||
|
|
Loading…
Reference in a new issue