Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump default docker tags in hosting webknossos==24.06.0, fossildb==master__489 for latest release #7881

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tools/hosting/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "2.2"

services:
webknossos:
image: scalableminds/webknossos:${DOCKER_TAG:-23.04.0}
image: scalableminds/webknossos:${DOCKER_TAG:-24.06.0}
ports:
- "127.0.0.1:9000:9000"
depends_on:
Expand Down Expand Up @@ -58,7 +58,7 @@ services:

# FossilDB
fossildb:
image: scalableminds/fossildb:master__442
image: scalableminds/fossildb:master__489
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

command:
- fossildb
- -c
Expand Down