mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
Node v16.13.2 (#8281)
* Node v16.13.2 * 一瞬CI変更 * Revert "一瞬CI変更" This reverts commit 144df615a8eb44f621188334b18c1a73277126e2.
This commit is contained in:
parent
d3075c3498
commit
895cdfcedd
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
v16.6.2
|
||||
v16.13.2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:16.6.2-alpine3.13 AS base
|
||||
FROM node:16.13.2-alpine3.15 AS base
|
||||
|
||||
ENV NODE_ENV=production
|
||||
|
||||
|
|
Loading…
Reference in a new issue