mirror of
https://github.com/fbartels/cloudron-drone-app.git
synced 2024-11-21 21:00:59 +00:00
Update Drone to 2.5.0
Signed-off-by: Felix Bartels <felix@9wd.eu>
This commit is contained in:
parent
27c21fac59
commit
bfb81c786e
2 changed files with 2 additions and 2 deletions
|
@ -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
|
FROM cloudron/base:3.0.0@sha256:455c70428723e3a823198c57472785437eb6eab082e79b3ff04ea584faf46e92
|
||||||
|
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -17,7 +17,7 @@ build:
|
||||||
|
|
||||||
.PHONY: update
|
.PHONY: update
|
||||||
update: build
|
update: build
|
||||||
cloudron update --app ${CLOUDRON_APP}
|
cloudron update --server ${CLOUDRON_SERVER} --app ${CLOUDRON_APP}
|
||||||
|
|
||||||
.PHONY: update-ci
|
.PHONY: update-ci
|
||||||
update-ci:
|
update-ci:
|
||||||
|
|
Loading…
Reference in a new issue