From a490a1093cffbfed12ca9342192885c6e1308438 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 4 Sep 2023 06:25:59 +0200 Subject: [PATCH] Remove fixed version for semaphore. --- 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 dccaa70..43d0a58 100644 --- a/automation/docker-compose.yaml +++ b/automation/docker-compose.yaml @@ -15,7 +15,7 @@ volumes: services: semaphore: - image: semaphoreui/semaphore:v2.8.77 + image: semaphoreui/semaphore container_name: semaphore environment: SEMAPHORE_DB_USER: ${DB_USER}