Update build.txt

frdel committed Jul 29, 2025 at 17:22 UTC 5b833ee82a166c1793344c4c837c57f45facbe26
1 file changed +2 -2
docker/run/build.txt
+2 -2
@@ -8,8 +8,8 @@ docker build -f DockerfileLocal -t agent-zero-local --build-arg CACHE_DATE=$(dat
8 # local development image based on local files without cache
9 docker build -f DockerfileLocal -t agent-zero-local --no-cache .
10
11 -# local image based on testing branch instead of local files
12 -docker build -f ./docker/run/Dockerfile -t agent-zero-testing --build-arg BRANCH=testing .
11 +# local image based on development branch instead of local files
12 +docker build -f ./docker/run/Dockerfile -t agent-zero-development --build-arg BRANCH=development --build-arg CACHE_DATE=$(date +%Y-%m-%d:%H:%M:%S) .
13
14
15