aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-05-31 11:53:42 +0200
committerAlex Auvolat <alex@adnab.me>2022-05-31 11:53:42 +0200
commit241dd1e175b32367f175e88dc4565cac59903291 (patch)
tree7125d5f20e1a3c4a745b13c7dedca3f14900c5e1
parentd712c08dbcb539e974d17ec23f590dbc9f157e4b (diff)
downloadinfrastructure-241dd1e175b32367f175e88dc4565cac59903291.tar.gz
infrastructure-241dd1e175b32367f175e88dc4565cac59903291.zip
Drone update
-rw-r--r--app/drone-ci/deploy/drone.hcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/drone-ci/deploy/drone.hcl b/app/drone-ci/deploy/drone.hcl
index 3d5af01..ee61c37 100644
--- a/app/drone-ci/deploy/drone.hcl
+++ b/app/drone-ci/deploy/drone.hcl
@@ -14,7 +14,7 @@ job "drone-ci" {
task "drone_server" {
driver = "docker"
config {
- image = "drone/drone:2.4.0"
+ image = "drone/drone:2.12.0"
ports = [ "web_port" ]
}