Node v16.13.2 (#8281)

* Node v16.13.2

* 一瞬CI変更

* Revert "一瞬CI変更"

This reverts commit 144df615a8eb44f621188334b18c1a73277126e2.
This commit is contained in:
MeiMei 2022-02-09 22:20:28 +09:00 committed by GitHub
parent 25cac33074
commit 7ba5512a65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
v16.6.2
v16.13.2

View file

@ -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