diff options
author | Baptiste Jonglez <git@bitsofnetworks.org> | 2024-04-28 13:31:15 +0200 |
---|---|---|
committer | Baptiste Jonglez <git@bitsofnetworks.org> | 2024-04-28 13:31:15 +0200 |
commit | c56ce9134cc5f0c1ca1b06499880dd0b06ba263b (patch) | |
tree | 590e7426572ba29c45a5925e4a86a53960c76462 /cluster/prod/app/woodpecker-ci/integration/docker-compose.yml | |
parent | 1d40a3c7c0e847658853f421beba029999d4dcf2 (diff) | |
download | nixcfg-c56ce9134cc5f0c1ca1b06499880dd0b06ba263b.tar.gz nixcfg-c56ce9134cc5f0c1ca1b06499880dd0b06ba263b.zip |
Update woodpecker to latest 2.4.1
Diffstat (limited to 'cluster/prod/app/woodpecker-ci/integration/docker-compose.yml')
-rw-r--r-- | cluster/prod/app/woodpecker-ci/integration/docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/prod/app/woodpecker-ci/integration/docker-compose.yml b/cluster/prod/app/woodpecker-ci/integration/docker-compose.yml index 76aa592..7b825df 100644 --- a/cluster/prod/app/woodpecker-ci/integration/docker-compose.yml +++ b/cluster/prod/app/woodpecker-ci/integration/docker-compose.yml @@ -10,7 +10,7 @@ services: - "./nix.conf:/etc/nix/nix.conf:ro" woodpecker-runner: - image: woodpeckerci/woodpecker-agent:v2.4.0 + image: woodpeckerci/woodpecker-agent:v2.4.1 restart: always environment: # -- change these for each agent |