Skip to content

Commit b3beb5e

Browse files
committed
Bump kernel versions for ppc64 and sparc64
1 parent 950a141 commit b3beb5e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/linux-image.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ main() {
4949
powerpc64)
5050
# there is no stable port
5151
arch=ppc64
52-
# https://packages.debian.org/de/sid/linux-image-powerpc64
53-
kernel=5.2.0-3-powerpc64
52+
# https://packages.debian.org/en/sid/linux-image-powerpc64
53+
kernel=5.3.0-1-powerpc64
5454
debsource="deb http://ftp.ports.debian.org/debian-ports unreleased main"
5555
debsource="$debsource\ndeb http://ftp.ports.debian.org/debian-ports unstable main"
5656
# sid version of dropbear requires these dependencies
@@ -66,8 +66,8 @@ main() {
6666
;;
6767
sparc64)
6868
# there is no stable port
69-
# https://packages.debian.org/de/sid/linux-image-sparc64
70-
kernel=5.2.0-3-sparc64
69+
# https://packages.debian.org/en/sid/linux-image-sparc64
70+
kernel=5.3.0-1-sparc64
7171
debsource="deb http://ftp.ports.debian.org/debian-ports unreleased main"
7272
debsource="$debsource\ndeb http://ftp.ports.debian.org/debian-ports unstable main"
7373
# sid version of dropbear requires these dependencies

0 commit comments

Comments
 (0)