From 1132b0309f24f55cb7a95b462d0bcf484bd6f2f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Mathieu?= Date: Fri, 7 Jul 2023 15:32:35 +0200 Subject: [PATCH] chore: always pull the image as we don't use the latest tag. --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 9a082a7c928..fb5fb6c17ff 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -21,6 +21,7 @@ services: kestra: image: kestra/kestra:latest-full + pull_policy: always entrypoint: /bin/bash # Note that this is meant for development only. Refer to the documentation for production deployments of Kestra which runs without a root user. user: "root"