summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-06-27 23:25:06 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-06-27 23:25:06 +0900
commit3599f16d22a5777b6c7ef4b0ef6b0538cc4869c8 (patch)
tree44f97058031ab82ee21bb4ea3118325465734299 /Dockerfile
parentfeat(client): Do not wrap widgets (diff)
downloadsharkey-3599f16d22a5777b6c7ef4b0ef6b0538cc4869c8.tar.gz
sharkey-3599f16d22a5777b6c7ef4b0ef6b0538cc4869c8.tar.bz2
sharkey-3599f16d22a5777b6c7ef4b0ef6b0538cc4869c8.zip
chore(deps): Update dependencies :rocket:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 5962be670c..7b159efe09 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM node:14.2.0-alpine AS base
+FROM node:14.4.0-alpine AS base
ENV NODE_ENV=production