Skip to content

Commit 24de90e

Browse files
committed
Update kernels.
1 parent aba8c1f commit 24de90e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/linux-image.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ main() {
5454
# there is no stable port
5555
arch=ppc64
5656
# https://packages.debian.org/en/sid/linux-image-powerpc64
57-
kernel=5.3.0-1-powerpc64
57+
kernel=5.3.0-2-powerpc64
5858
debsource="deb http://ftp.ports.debian.org/debian-ports unreleased main"
5959
debsource="$debsource\ndeb http://ftp.ports.debian.org/debian-ports unstable main"
6060
# sid version of dropbear requires these dependencies
@@ -71,7 +71,7 @@ main() {
7171
sparc64)
7272
# there is no stable port
7373
# https://packages.debian.org/en/sid/linux-image-sparc64
74-
kernel=5.3.0-1-sparc64
74+
kernel=5.3.0-2-sparc64
7575
debsource="deb http://ftp.ports.debian.org/debian-ports unreleased main"
7676
debsource="$debsource\ndeb http://ftp.ports.debian.org/debian-ports unstable main"
7777
# sid version of dropbear requires these dependencies

0 commit comments

Comments
 (0)