update drone and surfer to the latest version

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2020-10-08 14:41:04 +02:00
parent 894a1311ec
commit 5602c9daa8
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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