fix entrypoint

This commit is contained in:
Moritz 2023-09-08 01:48:09 +02:00
parent 06ad03c1d5
commit 33ce3c58aa
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
set -eu -o pipefail
set -e -o pipefail
apk add --upgrade --no-cache \
bash=5.2.15-r5 \