From 5cbb6764451a1f8e08e053bd10692a8ff0f583eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikul=C3=A1=C5=A1=20=C5=A0=C5=A5astn=C3=BD?= Date: Wed, 23 Oct 2024 10:57:46 +0300 Subject: [PATCH] Update default image name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e771f1..616f301 100644 --- a/README.md +++ b/README.md @@ -52,13 +52,13 @@ The `bap-builder` builds and stores all dependencies in the git repository (LFS 2. Build all Docker images needed for the build: ```bash - bap-builder build-image --context ./example --name debian11 + bap-builder build-image --context ./example --name debian12 ``` 3. Build all packages for the given distro: ```bash - bap-builder build-package --context ./example --image-name debian11 --output-dir ./lfsrepo --all + bap-builder build-package --context ./example --image-name debian12 --output-dir ./lfsrepo --all ``` *Note: If you do not have `bap-builder` in your system path, you need to use `./bap-builder/bap-builder` instead of `bap-builder`.*