Commit c06ae08a authored by nimrod's avatar nimrod
Browse files

Workbench: Trigger the CI pipeline.

parent af466666
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ RUN curl https://github.com/duckdb/duckdb/releases/download/v1.0.0/duckdb_cli-li
    unzip /tmp/duckdb.zip duckdb -d /tmp/ && \
    install -m 755 -o root -g root /tmp/duckdb /usr/local/bin/duckdb


# hadolint ignore=DL3007
FROM registry.shore.co.il/toolbx:latest
COPY --from=temp /usr/local/bin/duckdb /usr/local/bin/