diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-03 23:13:35 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-03 23:13:35 +0200 |
| commit | 9c5d758de36299b4e6498539bb7561c193364897 (patch) | |
| tree | b12c06c4522168c6c3977554ad4b8ddd8b71290b /docker-image/Justfile | |
| parent | 7aaf44bd10d847420053fbef377468ef40fc1337 (diff) | |
fix registry
Diffstat (limited to 'docker-image/Justfile')
| -rw-r--r-- | docker-image/Justfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-image/Justfile b/docker-image/Justfile index 5a8b49b..f28bfdd 100644 --- a/docker-image/Justfile +++ b/docker-image/Justfile @@ -1,5 +1,5 @@ -VERSION := "1.6.0" -REGISTRY := "registry.lan.buetow.org:30001" +VERSION := "1.6.1" +REGISTRY := "r0.lan.buetow.org:30001" IMAGE := "ipv6test" # Build the Docker image |
