Skip to content

Commit d0bfc09

Browse files
committed
12.11.0
1 parent a27035b commit d0bfc09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-debian-amd64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ else
6262
fi
6363

6464
# Check if ISO file already exists
65-
DEBIAN_VERSION="12.10.0"
65+
DEBIAN_VERSION="12.11.0"
6666
ISO_FILENAME="debian-$DEBIAN_VERSION-amd64-netinst.iso"
6767
ISO_URL="https://mirrors.ocf.berkeley.edu/debian-cd/$DEBIAN_VERSION/amd64/iso-cd/$ISO_FILENAME"
6868
if [ ! -f "build/$ISO_FILENAME" ]; then

build-debian-arm64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ else
6363
fi
6464

6565
# Check if ISO file already exists
66-
DEBIAN_VERSION="12.10.0"
66+
DEBIAN_VERSION="12.11.0"
6767
ISO_FILENAME="debian-$DEBIAN_VERSION-arm64-netinst.iso"
6868
ISO_URL="https://mirrors.ocf.berkeley.edu/debian-cd/$DEBIAN_VERSION/arm64/iso-cd/$ISO_FILENAME"
6969
if [ ! -f "build/$ISO_FILENAME" ]; then

0 commit comments

Comments
 (0)