We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb0736 commit cf3f102Copy full SHA for cf3f102
.github/workflows/ci.yml
@@ -85,7 +85,7 @@ jobs:
85
matrix:
86
pgstac_version:
87
- v0.8.6
88
- - v0.9.6
+ - v0.9.8
89
env:
90
DUCKDB_LIB_DIR: /opt/duckdb
91
LD_LIBRARY_PATH: /opt/duckdb
docker-compose.yml
@@ -1,6 +1,6 @@
1
services:
2
pgstac:
3
- image: ghcr.io/stac-utils/pgstac:${PGSTAC_VERSION:-v0.9.6}
+ image: ghcr.io/stac-utils/pgstac:${PGSTAC_VERSION:-v0.9.8}
4
environment:
5
- POSTGRES_USER=username
6
- POSTGRES_PASSWORD=password
0 commit comments