Skip to content

Commit 0086c81

Browse files
committed
Missing slash
1 parent fb3f4d0 commit 0086c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ RUN \
8383
ALVERSION=$(cat /kasm_release/conf/database/seed_data/default_properties.yaml |awk '/alembic_version/ {print $2}') && \
8484
curl -o \
8585
/tmp/images.tar.gz -L \
86-
"https://kasm-ci.s3.amazonaws.com${KASM_VERSION}-images-combined.tar.gz" && \
86+
"https://kasm-ci.s3.amazonaws.com/${KASM_VERSION}-images-combined.tar.gz" && \
8787
tar xf \
8888
/tmp/images.tar.gz -C \
8989
/ && \

0 commit comments

Comments
 (0)