Skip to content

Commit 1ca37cd

Browse files
authored
Fixing images used in docker composes files (#547)
* Update reference to images (latest is now main) * Update reference to images (latest is now main)
1 parent 3edb62e commit 1ca37cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/docker-compose.pgstac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
stac-fastapi-pgstac:
4-
image: ghcr.io/stac-utils/stac-fastapi:latest-pgstac
4+
image: ghcr.io/stac-utils/stac-fastapi:main-pgstac
55
platform: linux/amd64
66
environment:
77
- APP_HOST=0.0.0.0

docker/docker-compose.sqlalchemy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
stac-fastapi-sqlalchemy:
4-
image: ghcr.io/stac-utils/stac-fastapi:latest-sqlalchemy
4+
image: ghcr.io/stac-utils/stac-fastapi:main-sqlalchemy
55
platform: linux/amd64
66
environment:
77
- APP_HOST=0.0.0.0
@@ -32,7 +32,7 @@ services:
3232
command: postgres -N 500
3333

3434
migrate:
35-
image: ghcr.io/stac-utils/stac-fastapi:latest-sqlalchemy
35+
image: ghcr.io/stac-utils/stac-fastapi:main-sqlalchemy
3636
command: bash -c "cd /app && alembic upgrade head"
3737
environment:
3838
- POSTGRES_USER=username

0 commit comments

Comments
 (0)