From bfb81c786effec5c4f9cddf727b9924b927fb566 Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Sat, 20 Nov 2021 12:55:14 +0100 Subject: [PATCH] Update Drone to 2.5.0 Signed-off-by: Felix Bartels --- Dockerfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index be27f1d..1fa0d6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM drone/drone:2.4.0 as drone +FROM drone/drone:2.5.0 as drone FROM cloudron/base:3.0.0@sha256:455c70428723e3a823198c57472785437eb6eab082e79b3ff04ea584faf46e92 diff --git a/Makefile b/Makefile index af23427..e965fb3 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ build: .PHONY: update update: build - cloudron update --app ${CLOUDRON_APP} + cloudron update --server ${CLOUDRON_SERVER} --app ${CLOUDRON_APP} .PHONY: update-ci update-ci: