feat: bump Pi-Hole and Bitcoin version

This commit is contained in:
Ben Grande 2024-04-12 18:13:55 +02:00
parent 084d08f7c5
commit a8e918829d
No known key found for this signature in database
GPG key ID: 00C64E14F51F9E56
4 changed files with 15 additions and 4 deletions

View file

@ -6,7 +6,9 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% if grains['nodename'] != 'dom0' -%}
{% set bitcoin_tag = 'v26.0' -%}
{%- import slsdotpath ~ "/version.jinja" as version -%}
{% set bitcoin_tag = 'v' ~ version.version -%}
include:
- .configure-builder-common