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

Platform v1.20 #136

Merged
merged 1 commit into from
Oct 4, 2023
Merged
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
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
sublime_mantis:
image: sublimesec/mantis:1.19
image: sublimesec/mantis:1.20
restart: unless-stopped
container_name: sublime_mantis
environment:
Expand All @@ -29,7 +29,7 @@ services:
- sublime_strelka_backend
- sublime_strelka_frontend
sublime_bora_lite:
image: sublimesec/bora-lite:1.19
image: sublimesec/bora-lite:1.20
restart: unless-stopped
container_name: sublime_bora_lite
environment:
Expand Down Expand Up @@ -67,7 +67,7 @@ services:
networks:
- net
sublime_dashboard:
image: sublimesec/dashboard:1.19
image: sublimesec/dashboard:1.20
restart: unless-stopped
container_name: sublime_dashboard
ports:
Expand Down