mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2025-06-21 10:08:06 +02:00
change chrome base from focal to jammy
This commit is contained in:
parent
e075d40dd5
commit
9d4f613251
@ -695,7 +695,7 @@ singleImages:
|
|||||||
- src/ubuntu/install/blender/**
|
- src/ubuntu/install/blender/**
|
||||||
- name: chrome
|
- name: chrome
|
||||||
singleapp: true
|
singleapp: true
|
||||||
base: core-ubuntu-focal
|
base: core-ubuntu-jammy
|
||||||
dockerfile: dockerfile-kasm-chrome
|
dockerfile: dockerfile-kasm-chrome
|
||||||
changeFiles:
|
changeFiles:
|
||||||
- dockerfile-kasm-chrome
|
- dockerfile-kasm-chrome
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
ARG BASE_TAG="develop"
|
ARG BASE_TAG="develop"
|
||||||
ARG BASE_IMAGE="core-ubuntu-focal"
|
ARG BASE_IMAGE="core-ubuntu-jammy"
|
||||||
FROM kasmweb/$BASE_IMAGE:$BASE_TAG
|
FROM kasmweb/$BASE_IMAGE:$BASE_TAG
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user