Community maintained Docker config for the spindle server

bump to 1.10.0-alpha

knotbin.com 9f1c191b 84219183

verified
Changed files
+4 -4
+1 -1
Dockerfile
···
env KNOT_REPO_SCAN_PATH=/home/git/repositories
env CGO_ENABLED=1
-
arg TAG='v1.9.0-alpha'
+
arg TAG='v1.10.0-alpha'
workdir /app
run apk add git gcc musl-dev
+3 -3
readme.md
···
## Pre-built Images
-
There is a [repository](https://hub.docker.com/r/hqnna/knot) of pre-built images
-
for tags starting at `v1.4.0-alpha` if you prefer.
+
There is a [repository](https://hub.docker.com/r/tngl/knot) of pre-built images
+
for tags starting at `v1.8.0-alpha` if you prefer.
```
-
docker pull hqnna/knot:v1.4.0-alpha
+
docker pull tngl/knot:v1.10.0-alpha
```
Note that these are *not* official images, you use them at your own risk.