summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-11-14 09:45:16 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-11-14 09:45:16 +0900
commitbe321e95e54cf68248970b5117064b33043a883d (patch)
tree4e978a5b39f9183672c5b962cf8524ded941f87a /Dockerfile
parentFix toHtml (#6824) (diff)
downloadsharkey-be321e95e54cf68248970b5117064b33043a883d.tar.gz
sharkey-be321e95e54cf68248970b5117064b33043a883d.tar.bz2
sharkey-be321e95e54cf68248970b5117064b33043a883d.zip
Bump node version
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 9eb69e2302..824c853750 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM node:14.4.0-alpine AS base
+FROM node:15.0.1-alpine AS base
ENV NODE_ENV=production