Fix: Use sh instead of bash
All checks were successful
Build image / release-image (push) Successful in 47s

This commit is contained in:
2024-11-06 08:18:19 +00:00
parent e66ae6f9ea
commit d8e2ebdd19

View File

@@ -5,4 +5,4 @@ RUN apk --no-cache add --no-check-certificate ca-certificates \
&& update-ca-certificates --fresh
ENTRYPOINT ["/usr/bin/env"]
CMD ["bash"]
CMD ["sh"]