The audimance Docker image is stale, causing errors in audimance-demo. This appears to be due the CI pipeline for this repository being broken. As far as I can tell, we're failing to build the Docker image, in the [Dockerfile on line 6](https://github.com/CyCoreSystems/audimance/blob/eb144372db8e8a114c2a0e7ea62a7a395739a9eb/Dockerfile#L6): ``` > [builder 6/6] RUN go build -o /go/bin/app: Error: 0.351 main.go:26:12: pattern all:app/*: no matching files found ```