Updated drone version

This commit is contained in:
Alex 2022-11-04 11:09:19 +01:00
parent ea8185d7e6
commit b37c4b3196
Signed by: lx
GPG Key ID: 0E496D15096376BE
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ job "drone-ci" {
task "drone_server" {
driver = "docker"
config {
image = "drone/drone:2.12.1"
image = "drone/drone:2.14.0"
ports = [ "web_port" ]
volumes = [

View File

@ -10,7 +10,7 @@ services:
- "./nix.conf:/etc/nix/nix.conf:ro"
drone-runner:
image: drone/drone-runner-docker:latest
image: drone/drone-runner-docker:1.8.2
restart: always
environment:
- DRONE_RPC_PROTO=https