From ef7da7605604721b7d7dabd523420e7c6db92a26 Mon Sep 17 00:00:00 2001 From: Ole Petter Date: Wed, 10 Mar 2021 05:00:11 +0100 Subject: [PATCH] Bump the image used in the gitlab-ci tests to raspios-2021-01-11 Changelog: None Signed-off-by: Ole Petter (cherry picked from commit 195e6e2f3e05ff2e0fda2e79ac5a3ab2ca52cc14) --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed76c1a..155a2fb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,8 +9,8 @@ variables: MENDER_ADDON_CONNECT_VERSION: latest # Make sure to update the link in mender-docs to the new one when changing # this. - RASPBIAN_URL: https://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2020-05-28/2020-05-27-raspios-buster-lite-armhf.zip - RASPBIAN_NAME: 2020-05-27-raspios-buster-lite-armhf + RASPBIAN_URL: https://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2021-01-12/2021-01-11-raspios-buster-armhf-lite.zip + RASPBIAN_NAME: 2021-01-11-raspios-buster-armhf-lite DEBIAN_FRONTEND: noninteractive