update build for 1.16.1 release

This commit is contained in:
thelamer 2024-11-20 13:36:28 -05:00
parent 9789277974
commit 689479e29f
4 changed files with 4 additions and 2 deletions

View file

@ -93,7 +93,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 \
/ && \