diff --git a/entrypoint.sh b/entrypoint.sh index 217f3be..dd9328b 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,6 +1,6 @@ #!/bin/sh -set -eu -o pipefail +set -e -o pipefail apk add --upgrade --no-cache \ bash=5.2.15-r5 \