Move back to using Docker runner

This commit is contained in:
Alex 2022-05-31 11:59:20 +02:00
parent 93c9e7d9ae
commit 2130407a0f
Signed by: lx
GPG key ID: 0E496D15096376BE
2 changed files with 1 additions and 1 deletions

View file

@ -31,7 +31,7 @@ job "drone-runner" {
task "drone-runner" {
driver = "docker"
config {
image = "drone/drone-runner-docker:1.4.0"
image = "drone/drone-runner-docker:1.8.1"
volumes = [
"/var/lib/drone/nix:/nix",