Community maintained Docker config for the spindle server

upgrade to v1.8.0

Changed files
+2 -3
+2 -3
Dockerfile
···
env KNOT_REPO_SCAN_PATH=/home/git/repositories
env CGO_ENABLED=1
-
arg TAG='v1.6.0-alpha'
+
arg TAG='v1.8.0-alpha'
workdir /app
run apk add git gcc musl-dev
···
run mkdir /app && chown -R git:git /app
healthcheck --interval=60s --timeout=30s --start-period=5s --retries=3 \
-
cmd curl -f http://localhost:5555 || exit 1
+
cmd curl -f http://localhost:5555 || exit 1
entrypoint ["/init"]
-