Skip to content

Commit

Permalink
Always use the latest conda-store unless a version is provided
Browse files Browse the repository at this point in the history
  • Loading branch information
soapy1 committed Nov 26, 2024
1 parent ae71d32 commit a49e36d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
conda-store-worker:
image: quansight/conda-store-server:${CONDA_STORE_SERVER_VERSION:-2024.11.1}
image: quansight/conda-store-server:${CONDA_STORE_SERVER_VERSION:-latest}
volumes:
- ./docker/assets/environments:/opt/environments:ro
- ./docker/assets/conda_store_config.py:/opt/conda_store/conda_store_config.py:ro
Expand All @@ -16,7 +16,7 @@ services:
]

conda-store-server:
image: quansight/conda-store-server:${CONDA_STORE_SERVER_VERSION:-2024.11.1}
image: quansight/conda-store-server:${CONDA_STORE_SERVER_VERSION:-latest}
depends_on:
postgres:
condition: service_healthy
Expand Down

0 comments on commit a49e36d

Please sign in to comment.