mirror of
https://github.com/fbartels/cloudron-drone-app.git
synced 2025-05-01 13:54:45 +00:00
update drone and surfer to the latest version
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
parent
894a1311ec
commit
5602c9daa8
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM drone/drone:1.9.0 as drone
|
||||
FROM drone/drone:1.9.1 as drone
|
||||
|
||||
FROM cloudron/base:2.0.0@sha256:f9fea80513aa7c92fe2e7bf3978b54c8ac5222f47a9a32a7f8833edf0eb5a4f4
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:lts-alpine3.11
|
||||
RUN apk add --no-cache make python
|
||||
# use --unsafe to not execute post actions as user nobody
|
||||
RUN npm -g install cloudron-surfer@5.9.0 --unsafe && npm cache clean --force
|
||||
RUN npm -g install cloudron-surfer@5.10.4 --unsafe && npm cache clean --force
|
||||
|
|
Loading…
Reference in a new issue