Not sure how the Docker Hub image rebuild works, but this is what I'm usually locally
··· 2 2 env KNOT_REPO_SCAN_PATH=/home/git/repositories 3 3 env CGO_ENABLED=1 4 4 5 5 - arg TAG='v1.10.0-alpha' 5 5 + arg TAG='v1.11.0-alpha' 6 6 7 7 workdir /app 8 8 run apk add git gcc musl-dev