Skip to content

Commit 88d304c

Browse files
committed
docker/ubuntu-full/Dockerfile: update duckdb version [ci skip]
1 parent 041944e commit 88d304c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/ubuntu-full/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
581581
&& apt-get install -y -V libarrow-compute${ARROW_SOVERSION}
582582

583583
# Install libduckdb
584-
ARG DUCKDB_VERSION=v1.4.1
584+
ARG DUCKDB_VERSION=v1.4.2
585585
RUN if test "$(uname -p)" = "x86_64"; then \
586586
curl -LO -fsS https://github.com/duckdb/duckdb/releases/download/${DUCKDB_VERSION}/libduckdb-linux-amd64.zip \
587587
&& unzip libduckdb-linux-amd64.zip libduckdb.so \

0 commit comments

Comments
 (0)