Skip to content

Commit

Permalink
Update DuckDB to v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tobilg committed Apr 25, 2024
1 parent 8020063 commit 12cb450
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_duckdb_extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:

env:
DUCKDB_VERSION: '0.10.1'
DUCKDB_VERSION: '0.10.2'

jobs:
build_all_extensions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_duckdb_layer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:

env:
DUCKDB_VERSION: '0.10.1'
DUCKDB_VERSION: '0.10.2'

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_duckdb_layer_with_extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:

env:
DUCKDB_VERSION: '0.10.1'
DUCKDB_VERSION: '0.10.2'

jobs:

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM public.ecr.aws/lambda/nodejs:16-arm64 as builder

ARG DUCKDB_VERSION=0.10.1
ARG DUCKDB_VERSION=0.10.2
ARG ARCHITECTURE=arm64

# Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.extensions-all.x86_64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/tobilg/duckdb-nodejs-layer:main as builder

ARG DUCKDB_VERSION=0.10.1
ARG DUCKDB_VERSION=0.10.2
ARG ARCHITECTURE=x86_64

# Get DuckDB sources for specific commit
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.with-extensions.x86_64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM amazon/aws-lambda-nodejs:16 as builder

ARG DUCKDB_VERSION=0.10.1
ARG DUCKDB_VERSION=0.10.2
ARG ARCHITECTURE=x86_64

# Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.x86_64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM amazon/aws-lambda-nodejs:16 as builder

ARG DUCKDB_VERSION=0.10.0
ARG DUCKDB_VERSION=0.10.2
ARG ARCHITECTURE=x86_64

# Install dependencies
Expand Down

0 comments on commit 12cb450

Please sign in to comment.