update surfer to latest version

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2020-12-09 16:08:22 +01:00
parent b70c8582eb
commit 01c68c5a3c

View file

@ -1,4 +1,4 @@
FROM node:lts-alpine3.12
RUN apk add --no-cache make python3
# use --unsafe to not execute post actions as user nobody
RUN npm -g install cloudron-surfer@5.11.0 --unsafe && npm cache clean --force && surfer -h
RUN npm -g install cloudron-surfer@5.12.1 --unsafe && npm cache clean --force && surfer -h