From 8fd4dfd8335503ea51c9840bf68fcdd584dec707 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Wed, 26 Jul 2023 15:35:50 +0200 Subject: [PATCH] Use Bookworm container by default --- README.md | 2 +- build-in-container.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8b83fe..66ae2a6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build-in-container.sh b/build-in-container.sh index aa7c357..6475fce 100755 --- a/build-in-container.sh +++ b/build-in-container.sh @@ -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