Skip to content

Commit

Permalink
Platform v1.50 (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsojon authored Oct 17, 2024
1 parent 59dc5a2 commit 4f4c318
Showing 1 changed file with 3 additions and 3 deletions.
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.49
image: sublimesec/mantis:1.50
restart: unless-stopped
container_name: sublime_mantis
environment:
Expand Down Expand Up @@ -33,7 +33,7 @@ services:
volumes:
- persistent_storage:/data/persistent_storage
sublime_bora_lite:
image: sublimesec/bora-lite:1.49
image: sublimesec/bora-lite:1.50
restart: unless-stopped
container_name: sublime_bora_lite
environment:
Expand Down Expand Up @@ -76,7 +76,7 @@ services:
networks:
- net
sublime_dashboard:
image: sublimesec/dashboard:1.49
image: sublimesec/dashboard:1.50
restart: unless-stopped
container_name: sublime_dashboard
ports:
Expand Down

0 comments on commit 4f4c318

Please sign in to comment.