diff --git a/Dockerfile b/Dockerfile index 4aab26b..c2dbef3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ from golang:1.24-alpine as builder 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 diff --git a/readme.md b/readme.md index d77f4aa..e4cc67f 100644 --- a/readme.md +++ b/readme.md @@ -8,11 +8,11 @@ and host your own repository data. ## 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.