Skip to content
This repository was archived by the owner on Apr 27, 2024. It is now read-only.

Commit 62d15f1

Browse files
committed
deps: bump pgstac version
1 parent 877a2fe commit 62d15f1

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
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
services:
1313
pgstac:
14-
image: ghcr.io/stac-utils/pgstac:v0.7.10
14+
image: ghcr.io/stac-utils/pgstac:v0.8.1
1515
env:
1616
POSTGRES_USER: username
1717
POSTGRES_PASSWORD: password

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22
services:
33
database:
44
container_name: pgstac-rs
5-
image: ghcr.io/stac-utils/pgstac:v0.7.10
5+
image: ghcr.io/stac-utils/pgstac:v0.8.1
66
environment:
77
- POSTGRES_USER=username
88
- POSTGRES_PASSWORD=password

0 commit comments

Comments
 (0)