From 6b6716d6e08e11688a240bcd7610a3a189b31fa3 Mon Sep 17 00:00:00 2001 From: Teja Swaroop Pothala Date: Tue, 4 Feb 2025 19:47:01 +0000 Subject: [PATCH] change audacity base from focal to jammy --- ci-scripts/template-vars.yaml | 2 +- dockerfile-kasm-audacity | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci-scripts/template-vars.yaml b/ci-scripts/template-vars.yaml index 9e58364..54a9457 100644 --- a/ci-scripts/template-vars.yaml +++ b/ci-scripts/template-vars.yaml @@ -6,7 +6,7 @@ files: &UNIVERSAL_CHANGE_FILES multiImages: - name: audacity singleapp: true - base: core-ubuntu-focal + base: core-ubuntu-jammy dockerfile: dockerfile-kasm-audacity changeFiles: - dockerfile-kasm-audacity diff --git a/dockerfile-kasm-audacity b/dockerfile-kasm-audacity index 7e15c35..0106584 100644 --- a/dockerfile-kasm-audacity +++ b/dockerfile-kasm-audacity @@ -1,5 +1,5 @@ ARG BASE_TAG="develop" -ARG BASE_IMAGE="core-ubuntu-focal" +ARG BASE_IMAGE="core-ubuntu-jammy" FROM kasmweb/$BASE_IMAGE:$BASE_TAG USER root