mirror of
https://github.com/kasmtech/kasm-workspaces-dind.git
synced 2026-07-17 16:45:38 +00:00
update to new mod layer for develop and to cut 1.16.1 release branch
This commit is contained in:
parent
ba5e91dee5
commit
2317677913
2 changed files with 2 additions and 2 deletions
|
|
@ -97,7 +97,7 @@ RUN \
|
|||
ALVERSION=$(cat /kasm_release/conf/database/seed_data/default_properties.yaml |awk '/alembic_version/ {print $2}') && \
|
||||
curl -o \
|
||||
/tmp/images.tar.gz -L \
|
||||
"https://kasm-ci.s3.amazonaws.com/1.16.0-images-combined.tar.gz" && \
|
||||
"https://kasm-ci.s3.amazonaws.com/1.16.1-images-combined.tar.gz" && \
|
||||
tar xf \
|
||||
/tmp/images.tar.gz -C \
|
||||
/ && \
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ It has a few core principles:
|
|||
version: "2.1"
|
||||
services:
|
||||
kasm:
|
||||
image: kasmweb/workspaces:1.15.0
|
||||
image: kasmweb/workspaces:1.16.1
|
||||
privileged: true
|
||||
container_name: kasm
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue