update surfer to 5.12.2

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2020-12-11 09:34:23 +01:00
parent d6bba082a5
commit 0a61c1ca8f

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.12.1 --unsafe && npm cache clean --force && surfer -h
RUN npm -g install cloudron-surfer@5.12.2 --unsafe && npm cache clean --force && surfer -h