update surfer cli

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2021-03-08 22:08:49 +01:00
parent c0690ccc6d
commit e4be2392df

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.2 --unsafe && npm cache clean --force && surfer -h
RUN npm -g install cloudron-surfer@5.13.5-1 --unsafe && npm cache clean --force && surfer --version