Skip to content

Commit

Permalink
Fixed snipe#10231: use correct python binary for exit listener
Browse files Browse the repository at this point in the history
This fixes snipe#10231, without creating an own Dockerfile.
  • Loading branch information
Wouter0100 committed Nov 2, 2021
1 parent 76cc46c commit 2c49c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/supervisor-exit-event-listener
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# A supervisor event listener which terminates supervisord if any of its child
# processes enter the FATAL state.
# https://stackoverflow.com/a/37527488/119527
Expand Down

0 comments on commit 2c49c32

Please sign in to comment.