We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c525152 commit ca10669Copy full SHA for ca10669
docker/docker-compose.yml
@@ -1,7 +1,7 @@
1
services:
2
3
zarrcade:
4
- image: ghcr.io/janeliascicomp/zarrcade:1.8.0
+ image: ghcr.io/janeliascicomp/zarrcade:1.9.0
5
container_name: zarrcade
6
restart: unless-stopped
7
ports:
pixi.toml
@@ -1,6 +1,6 @@
[project]
name = "zarrcade"
-version = "1.8.0"
+version = "1.9.0"
description = " Create web-based OME-Zarr galleries"
authors = ["Konrad Rokicki <rokickik@janelia.hhmi.org>"]
channels = ["conda-forge", "ome"]
0 commit comments