Use Bookworm container by default
This commit is contained in:
parent
8e8fa3e66d
commit
8fd4dfd833
@ -12,7 +12,7 @@ If you have [Docker](https://www.docker.com/) installed locally, just run the fo
|
||||
user@hostname$ ./build-in-container.sh
|
||||
```
|
||||
|
||||
By default this will build the last version on Debian Bullseye and put the
|
||||
By default this will build the last version on Debian Bookworm and put the
|
||||
archive to `target/` directory.
|
||||
|
||||
## Build on current host
|
||||
|
@ -4,7 +4,7 @@ set -eu
|
||||
|
||||
TARGET="$(dirname "$0" | xargs realpath)"
|
||||
VERSION="3.4.2"
|
||||
IMAGE="debian:bullseye"
|
||||
IMAGE="debian:bookworm"
|
||||
|
||||
while getopts "v:i:h" opt
|
||||
do
|
||||
|
Loading…
x
Reference in New Issue
Block a user