Skip to content

Commit dc025d2

Browse files
committed
update image versions
1 parent 8b95c79 commit dc025d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

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

1717
stac-fastapi:
18-
image: ghcr.io/stac-utils/stac-fastapi-pgstac:latest
18+
image: ghcr.io/stac-utils/stac-fastapi-pgstac:3.0.0
1919
ports:
2020
- "${MY_DOCKER_IP:-127.0.0.1}:8081:8081"
2121
environment:
@@ -39,7 +39,7 @@ services:
3939
# At the time of writing, rasterio and psycopg wheels are not available for arm64 arch
4040
# so we force the image to be built with linux/amd64
4141
platform: linux/amd64
42-
image: ghcr.io/stac-utils/titiler-pgstac:1.3.0
42+
image: ghcr.io/stac-utils/titiler-pgstac:1.3.1
4343
ports:
4444
- "${MY_DOCKER_IP:-127.0.0.1}:8082:8082"
4545
environment:

0 commit comments

Comments
 (0)