Skip to content

Commit 02fd181

Browse files
3alphagithub-actions[bot]
authored andcommitted
Update Debian base ISO to debian-13.5.0-amd64-netinst.iso
1 parent f34b15b commit 02fd181

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

iso/scripts/generate_dappnode_iso_debian.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ SCRIPTS_DIR=$(dirname "${BASH_SOURCE[0]}")
55

66
source ${SCRIPTS_DIR}/common_iso_generation.sh
77

8-
# Source = https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-13.4.0-amd64-netinst.iso
9-
BASE_ISO_NAME="debian-13.4.0-amd64-netinst.iso"
8+
# Source = https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-13.5.0-amd64-netinst.iso
9+
BASE_ISO_NAME="debian-13.5.0-amd64-netinst.iso"
1010
BASE_ISO_PATH="/images/${BASE_ISO_NAME}"
1111
BASE_ISO_URL="https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/${BASE_ISO_NAME}"
12-
BASE_ISO_SHASUM="0b813535dd76f2ea96eff908c65e8521512c92a0631fd41c95756ffd7d4896dc ${BASE_ISO_PATH}"
12+
BASE_ISO_SHASUM="95838884f5ea6c82421dfe6baaa5a639dbbe6756c1e380f9fe7a7cb0c1949d2a ${BASE_ISO_PATH}"
1313

1414
DAPPNODE_ISO_NAME="${DAPPNODE_ISO_PREFIX}${BASE_ISO_NAME}"
1515
DAPPNODE_ISO_PATH="/images/${DAPPNODE_ISO_NAME}"

0 commit comments

Comments
 (0)