Skip to content

Commit 56500de

Browse files
authored
deps: bump pgstac to v0.7.10 (#56)
1 parent 1dde47b commit 56500de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cicd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
services:
1717
db_service:
18-
image: ghcr.io/stac-utils/pgstac:v0.7.1
18+
image: ghcr.io/stac-utils/pgstac:v0.7.10
1919
env:
2020
POSTGRES_USER: username
2121
POSTGRES_PASSWORD: password
@@ -74,7 +74,7 @@ jobs:
7474
runs-on: ubuntu-latest
7575
services:
7676
pgstac:
77-
image: ghcr.io/stac-utils/pgstac:v0.7.1
77+
image: ghcr.io/stac-utils/pgstac:v0.7.10
7878
env:
7979
POSTGRES_USER: username
8080
POSTGRES_PASSWORD: password

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services:
3333

3434
database:
3535
container_name: stac-db
36-
image: ghcr.io/stac-utils/pgstac:v0.7.9
36+
image: ghcr.io/stac-utils/pgstac:v0.7.10
3737
environment:
3838
- POSTGRES_USER=username
3939
- POSTGRES_PASSWORD=password

0 commit comments

Comments
 (0)