summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorNicu Tofan <nicu.tofan@gmail.com>2018-07-05 20:17:18 +0300
committerNicu Tofan <nicu.tofan@gmail.com>2018-07-05 20:17:18 +0300
commit243797d2e94a09a5a59e816cb18ce125673016aa (patch)
treebde7eae555957062b57fdfba775ebbb0e9ff22fc /Dockerfile
parentdb5ff4e1e2640b7312533cb276b545c4b9920110 (diff)
parentc997786e6435a7e5728eab32c0e24bd458db75ae (diff)
downloadwekan-243797d2e94a09a5a59e816cb18ce125673016aa.tar.gz
wekan-243797d2e94a09a5a59e816cb18ce125673016aa.tar.bz2
wekan-243797d2e94a09a5a59e816cb18ce125673016aa.zip
Merge branch 'upstream-devel' into calendar
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 19612429..8b8b6a09 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -47,9 +47,8 @@ RUN \
# Fiber.poolSize = 1e9;
# Download node version 8.11.1 that has fix included, node binary copied from Sandstorm
# Description at https://releases.wekan.team/node.txt
- # SHA256SUM: 18c99d5e79e2fe91e75157a31be30e5420787213684d4048eb91e602e092725d
wget https://releases.wekan.team/node-${NODE_VERSION}-${ARCHITECTURE}.tar.gz && \
- echo "509e79f1bfccc849b65bd3f207a56095dfa608f17502997e844fa9c9d01e6c20 node-v8.11.1-linux-x64.tar.gz" >> SHASUMS256.txt.asc && \
+ echo "308d0caaef0a1da3e98d1a1615016aad9659b3caf31d0f09ced20cabedb8acbf node-v8.11.1-linux-x64.tar.gz" >> SHASUMS256.txt.asc && \
\
# Verify nodejs authenticity
grep ${NODE_VERSION}-${ARCHITECTURE}.tar.gz SHASUMS256.txt.asc | shasum -a 256 -c - && \