From bdaab842dfb07886d20ec8c0bf75d66838500d92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Fournier?= Date: Thu, 30 Nov 2023 17:43:24 +0100 Subject: [PATCH] Verify tests succeed with latest: 5.7.0 --- test-migrations/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-migrations/docker-compose.yml b/test-migrations/docker-compose.yml index 7f453774519c..273d0d6f097d 100644 --- a/test-migrations/docker-compose.yml +++ b/test-migrations/docker-compose.yml @@ -3,7 +3,7 @@ services: # The Unleash server waits for the migrations to be applied by waiting on the # migrations container to be healthy. unleash: - image: unleashorg/unleash-server:5.6.9 # this is the latest stable release + image: unleashorg/unleash-server:latest # this is the latest stable release ports: - "4242:4242" environment: