Update Drone to 2.5.0

Signed-off-by: Felix Bartels <felix@9wd.eu>
This commit is contained in:
Felix Bartels 2021-11-20 12:55:14 +01:00
parent 27c21fac59
commit bfb81c786e
2 changed files with 2 additions and 2 deletions

View file

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

View file

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