From 4273f09a614edaeaa43fd51ad69940dc99137ca0 Mon Sep 17 00:00:00 2001 From: Teja Swaroop Pothala Date: Fri, 13 Dec 2024 23:53:04 +0530 Subject: [PATCH] Fix firefox installation on kali-rolling-desktop by installing firefox-esr - develop --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 71003f5..d0e02ad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ stages: - template - run variables: - BASE_TAG: "1.16.1-rolling-daily" + BASE_TAG: "develop" USE_PRIVATE_IMAGES: 0 KASM_RELEASE: "1.16.0" TEST_INSTALLER: "https://kasm-static-content.s3.amazonaws.com/kasm_release_1.16.0.a1d5b7.tar.gz"