Skip to content

Commit cf3f102

Browse files
authored
deps: bump pgstac to v0.9.8 (#809)
1 parent 9cb0736 commit cf3f102

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
matrix:
8686
pgstac_version:
8787
- v0.8.6
88-
- v0.9.6
88+
- v0.9.8
8989
env:
9090
DUCKDB_LIB_DIR: /opt/duckdb
9191
LD_LIBRARY_PATH: /opt/duckdb

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
pgstac:
3-
image: ghcr.io/stac-utils/pgstac:${PGSTAC_VERSION:-v0.9.6}
3+
image: ghcr.io/stac-utils/pgstac:${PGSTAC_VERSION:-v0.9.8}
44
environment:
55
- POSTGRES_USER=username
66
- POSTGRES_PASSWORD=password

0 commit comments

Comments
 (0)