2
0
mirror of https://github.com/tomav/docker-mailserver synced 2025-08-30 05:47:39 +00:00

chore: update VERSION_CODENAME in packages.sh

Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
Georg Lauterbach 2025-08-02 13:47:42 +02:00
parent ab322c6056
commit 3e22b80440
No known key found for this signature in database
GPG Key ID: D84CD4AA46D7F099

View File

@ -6,7 +6,7 @@
# -o pipefail :: exit on error in pipes
set -eE -u -o pipefail
VERSION_CODENAME='bookworm'
VERSION_CODENAME='trixie'
# shellcheck source=../helpers/log.sh
source /usr/local/bin/helpers/log.sh