Skip to content

Commit

Permalink
v1.44
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamminj authored Jun 24, 2024
1 parent 5452c6c commit 5ae2854
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.43
image: sublimesec/mantis:1.44
restart: unless-stopped
container_name: sublime_mantis
environment:
Expand Down Expand Up @@ -30,7 +30,7 @@ services:
- sublime_strelka_backend
- sublime_strelka_frontend
sublime_bora_lite:
image: sublimesec/bora-lite:1.43
image: sublimesec/bora-lite:1.44
restart: unless-stopped
container_name: sublime_bora_lite
environment:
Expand Down Expand Up @@ -70,7 +70,7 @@ services:
networks:
- net
sublime_dashboard:
image: sublimesec/dashboard:1.43
image: sublimesec/dashboard:1.44
restart: unless-stopped
container_name: sublime_dashboard
ports:
Expand Down

0 comments on commit 5ae2854

Please sign in to comment.