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: