mirror of
https://github.com/fbartels/cloudron-drone-app.git
synced 2024-11-22 05:10:59 +00:00
update surfer to 5.12.2
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
parent
d6bba082a5
commit
0a61c1ca8f
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.1 --unsafe && npm cache clean --force && surfer -h
|
||||
RUN npm -g install cloudron-surfer@5.12.2 --unsafe && npm cache clean --force && surfer -h
|
||||
|
|
Loading…
Reference in a new issue