change brave base from focal to jammy

This commit is contained in:
Teja Swaroop Pothala 2025-02-04 21:08:48 +00:00
parent ab08094948
commit e075d40dd5
No known key found for this signature in database
GPG Key ID: FA5E53D328E228D2
2 changed files with 2 additions and 2 deletions

View File

@ -407,7 +407,7 @@ multiImages:
- src/alpine/install/**
- name: brave
singleapp: true
base: core-ubuntu-focal
base: core-ubuntu-jammy
dockerfile: dockerfile-kasm-brave
changeFiles:
- dockerfile-kasm-brave

View File

@ -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