summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-05-04 14:53:46 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-05-04 14:53:46 +0900
commite62c810b7cb47f4e5708fce9834beda53e2148de (patch)
treefa4bfc694fd35ec8c889383f314fcb4ac731395c /Dockerfile
parentUpdate dependencies :rocket: (diff)
downloadsharkey-e62c810b7cb47f4e5708fce9834beda53e2148de.tar.gz
sharkey-e62c810b7cb47f4e5708fce9834beda53e2148de.tar.bz2
sharkey-e62c810b7cb47f4e5708fce9834beda53e2148de.zip
Use node 12
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index be2768033d..8a61508767 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM node:11-alpine AS base
+FROM node:12.1-alpine AS base
ENV NODE_ENV=production