mirror of
https://github.com/fbartels/cloudron-drone-app.git
synced 2024-11-21 21:00:59 +00:00
Update surfer cli
Signed-off-by: Felix Bartels <felix@9wd.eu>
This commit is contained in:
parent
de3e45a505
commit
98fe7e6127
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 zip
|
||||
# use --unsafe to not execute post actions as user nobody
|
||||
RUN npm -g install cloudron-surfer@5.16.6 --unsafe && npm cache clean --force && surfer --version
|
||||
RUN npm -g install cloudron-surfer@5.17.5 --unsafe && npm cache clean --force && surfer --version
|
||||
|
|
Loading…
Reference in a new issue