Skip to content

Commit

Permalink
Bump conda-store server version (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
soapy1 authored Nov 14, 2024
1 parent 8d4785c commit e356081
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.3.1}
image: quansight/conda-store-server:${CONDA_STORE_SERVER_VERSION:-2024.11.1}
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.3.1}
image: quansight/conda-store-server:${CONDA_STORE_SERVER_VERSION:-2024.11.1}
depends_on:
postgres:
condition: service_healthy
Expand Down

0 comments on commit e356081

Please sign in to comment.