From 9f1c191beae174ab641d28c7dce3d16f5b2f0541 Mon Sep 17 00:00:00 2001 From: Roscoe Rubin-Rottenberg Date: Tue, 21 Oct 2025 13:51:52 +0000 Subject: [PATCH] bump to 1.10.0-alpha --- Dockerfile | 2 +- readme.md | 6 +++--- 2 file(s) changed, 4 insertion(s)(+), 4 deletion(s)(-) diff --git a/Dockerfile b/Dockerfile --- 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 --- 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. -- tangled.sh