Skip to content

Commit

Permalink
Merge #687
Browse files Browse the repository at this point in the history
687: Fix broken link in `dropbear.sh` r=Emilgardis a=Jules-Bertholet

The broken link prevented Docker images from building.

Co-authored-by: Jules Bertholet <[email protected]>
  • Loading branch information
bors[bot] and Jules-Bertholet authored Apr 10, 2022
2 parents 91db074 + 9e7d080 commit e7e7cfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker/dropbear.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -euo pipefail
. lib.sh

main() {
local version=2020.80
local version=2022.82

install_packages \
autoconf \
Expand All @@ -24,7 +24,7 @@ main() {

pushd "${td}"

curl --retry 3 -sSfL "https://matt.ucc.asn.au/dropbear/dropbear-${version}.tar.bz2" -O
curl --retry 3 -sSfL "https://matt.ucc.asn.au/dropbear/releases/dropbear-${version}.tar.bz2" -O
tar --strip-components=1 -xjf "dropbear-${version}.tar.bz2"

# Remove some unwanted message
Expand Down
2 changes: 1 addition & 1 deletion docker/linux-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -euo pipefail
main() {
# arch in the rust target
local arch="${1}" \
kversion=4.19.0-17
kversion=4.19.0-20

local debsource="deb http://http.debian.net/debian/ buster main"
debsource="${debsource}\ndeb http://security.debian.org/ buster/updates main"
Expand Down

0 comments on commit e7e7cfe

Please sign in to comment.