Skip to content

Commit

Permalink
Bump default CONDA_STORE_SERVER_VERSION (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabalafou authored Jul 22, 2024
1 parent ad0e35f commit 2a62f77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ REACT_APP_LOGOUT_PAGE_URL=http://localhost:8080/conda-store/logout?next=/

# If you want to use a version other than the pinned conda-store-server version
# Set the CONDA_STORE_SERVER_VERSION to the package version that you want
# CONDA_STORE_SERVER_VERSION="2023.10.1"
# CONDA_STORE_SERVER_VERSION="2024.3.1"
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
conda-store-worker:
image: quansight/conda-store-server:${CONDA_STORE_SERVER_VERSION:-2023.10.1}
image: quansight/conda-store-server:${CONDA_STORE_SERVER_VERSION:-2024.3.1}
volumes:
- ./docker/assets/environments:/opt/environments:ro
- ./docker/assets/conda_store_config.py:/opt/conda_store/conda_store_config.py:ro
Expand All @@ -18,7 +18,7 @@ services:
]

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

0 comments on commit 2a62f77

Please sign in to comment.