Skip to content

Commit

Permalink
release(chore): 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
topher-lo committed Aug 5, 2024
1 parent 8503bcd commit f3e2fcb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- ./Caddyfile:/etc/caddy/Caddyfile

api:
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-0.6.0}
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-0.6.1}
container_name: api
restart: unless-stopped
ports:
Expand All @@ -38,7 +38,7 @@ services:
- core-app:/var/lib/tracecat

worker:
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-0.6.0}
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-0.6.1}
restart: unless-stopped
environment:
LOG_LEVEL: ${LOG_LEVEL}
Expand Down Expand Up @@ -66,7 +66,7 @@ services:
command: ["python", "tracecat/dsl/worker.py"]

ui:
image: ghcr.io/tracecathq/tracecat-ui:${TRACECAT__IMAGE_TAG:-0.6.0}
image: ghcr.io/tracecathq/tracecat-ui:${TRACECAT__IMAGE_TAG:-0.6.1}
container_name: ui
restart: unless-stopped
ports:
Expand Down
2 changes: 1 addition & 1 deletion tracecat/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Tracecat is the open source Tines / Splunk SOAR alternative."""

__version__ = "0.6.0"
__version__ = "0.6.1"

0 comments on commit f3e2fcb

Please sign in to comment.