diff --git a/Dockerfile b/Dockerfile index 61093aa2..528bf6f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ RUN go mod download ARG TARGETARCH ARG DUCKDB_EXTENSION_VERSION=1.5.3 ARG HTTPFS_EXTENSION_TAG=v1.5.3-cred-refresh-write-retry -ARG DUCKLAKE_EXTENSION_TAG=v1.0-posthog.6 +ARG DUCKLAKE_EXTENSION_TAG=v1.0-posthog.7 ARG DUCKDB_EXTENSION_REPOSITORY=https://extensions.duckdb.org # Repository for postgres_scanner specifically. Defaults to the stable # extensions repo, overridable per-row in CI (e.g. legacy DuckDB versions diff --git a/Dockerfile.worker b/Dockerfile.worker index 462cd03a..57577fa8 100644 --- a/Dockerfile.worker +++ b/Dockerfile.worker @@ -52,7 +52,7 @@ RUN go mod download # ran after the source COPY + build, so they re-fetched on every edit.) ARG DUCKDB_EXTENSION_VERSION=1.5.3 ARG HTTPFS_EXTENSION_TAG=v1.5.3-cred-refresh-write-retry -ARG DUCKLAKE_EXTENSION_TAG=v1.0-posthog.6 +ARG DUCKLAKE_EXTENSION_TAG=v1.0-posthog.7 ARG DUCKDB_EXTENSION_REPOSITORY=https://extensions.duckdb.org # Repository for postgres_scanner specifically. Defaults to the stable # extensions repo, overridable per-row in CI (e.g. legacy DuckDB versions