matrix-org / dendrite

Dendrite is a second-generation Matrix homeserver written in Go!
https://matrix-org.github.io/dendrite/
Apache License 2.0
5.74k stars 676 forks source link

Pinecone test image - Explicitly select Alpine golang image #3426

Closed Arkaniad closed 2 months ago

Arkaniad commented 2 months ago

I've noticed when trying to build the Dendrite Pinecone test image, the build fails due to apk not being available:

image

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

Signed-off-by: Rhea Danzey <rdanzey@element.io>