Skip to content

Commit

Permalink
Correct path to dumb-init in docker-entrypoint.sh
Browse files Browse the repository at this point in the history
The path changed after dumb-init was switched to be installed via `apk` rather
than downloaded directly as a binary.
  • Loading branch information
Tenzer committed Mar 4, 2022
1 parent bec07ec commit 697ea17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/dumb-init /bin/sh
#!/usr/bin/dumb-init /bin/sh
set -e

# Modified: https://github.com/hashicorp/docker-consul/blob/2c2873f9d619220d1eef0bc46ec78443f55a10b5/0.X/docker-entrypoint.sh
Expand Down

0 comments on commit 697ea17

Please sign in to comment.