Skip to content

Commit 6c1bdd1

Browse files
Update trino-cli/Dockerfile
Co-authored-by: Nick <[email protected]>
1 parent 04c9942 commit 6c1bdd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trino-cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ COPY --chown=${STACKABLE_USER_UID}:0 trino-cli/licenses /licenses
2929
WORKDIR /stackable/trino-cli
3030

3131
RUN <<EOF
32-
curl -O https://repo.stackable.tech/repository/packages/trino-cli/trino-cli-${PRODUCT}-executable.jar
32+
curl -O "https://repo.stackable.tech/repository/packages/trino-cli/trino-cli-${PRODUCT}-executable.jar"
3333
ln -s trino-cli-${PRODUCT}-executable.jar trino-cli-executable.jar
3434

3535
# All files and folders owned by root group to support running as arbitrary users.

0 commit comments

Comments
 (0)