From 195e6e2f3e05ff2e0fda2e79ac5a3ab2ca52cc14 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 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7917330..a1c14a1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,8 +10,8 @@ variables: MENDER_ADDON_CONFIGURE_VERSION: master # 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