Skip to content

Commit

Permalink
Platform 1.56 (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamminj authored Dec 11, 2024
1 parent 054bc72 commit 36f8631
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.55
image: sublimesec/mantis:1.56
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.55
image: sublimesec/bora-lite:1.56
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.55
image: sublimesec/dashboard:1.56
restart: unless-stopped
container_name: sublime_dashboard
ports:
Expand Down

0 comments on commit 36f8631

Please sign in to comment.