KASM-4919 update insomnia to use Jammy as a base

This commit is contained in:
ryan.kuba 2023-08-18 09:57:17 -04:00
parent f6de926ca6
commit a0c9c5f28d
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ before_script:
- "discord|core-ubuntu-focal|dockerfile-kasm-discord"
- "edge|core-ubuntu-focal|dockerfile-kasm-edge"
- "hunchly|core-ubuntu-focal|dockerfile-kasm-hunchly"
- "insomnia|core-ubuntu-focal|dockerfile-kasm-insomnia"
- "insomnia|core-ubuntu-jammy|dockerfile-kasm-insomnia"
- "maltego|core-ubuntu-focal|dockerfile-kasm-maltego"
- "only-office|core-ubuntu-focal|dockerfile-kasm-only-office"
- "oracle-7-desktop|core-oracle-7|dockerfile-kasm-oracle-7-desktop"

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