From 5f0e81107b273ce50a78899df4beb5bb433c03bf Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 4 Mar 2023 12:24:31 +0100 Subject: [PATCH] Update semaphore to version 2.8.77 --- automation/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/docker-compose.yaml b/automation/docker-compose.yaml index 4b6f153..dccaa70 100644 --- a/automation/docker-compose.yaml +++ b/automation/docker-compose.yaml @@ -15,7 +15,7 @@ volumes: services: semaphore: - image: semaphoreui/semaphore:v2.8.71 + image: semaphoreui/semaphore:v2.8.77 container_name: semaphore environment: SEMAPHORE_DB_USER: ${DB_USER}