Skip to content

Commit

Permalink
chore: always pull the image as we don't use the latest tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Jul 10, 2023
1 parent 9d83001 commit 1132b03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1132b03

Please sign in to comment.