Fix: Use sh instead of bash
All checks were successful
Build image / release-image (push) Successful in 47s
All checks were successful
Build image / release-image (push) Successful in 47s
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user