I've noticed when trying to build the Dendrite Pinecone test image, the build fails due to apk not being available:
Checking out the Docker Hub repo for the golang image it looks like this can resovle to 1.22-bookworm, so this should ensure we get an Alpine-based image for this build.
Pull Request Checklist
[x] I have added Go unit tests or Complement integration tests for this PR or I have justified why this PR doesn't need tests
I've noticed when trying to build the Dendrite Pinecone test image, the build fails due to
apk
not being available:Checking out the Docker Hub repo for the
golang
image it looks like this can resovle to1.22-bookworm
, so this should ensure we get an Alpine-based image for this build.Pull Request Checklist
Signed-off-by:
Rhea Danzey <rdanzey@element.io>