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