mirror of
https://github.com/fbartels/cloudron-drone-app.git
synced 2025-01-09 10:45:28 +00:00
update surfer cli
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
parent
c0690ccc6d
commit
e4be2392df
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue