Skip to content

Commit

Permalink
docker-compose: Update mariadb and redis
Browse files Browse the repository at this point in the history
  • Loading branch information
ondj committed Sep 6, 2024
1 parent 9bc98d5 commit 70dcd2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
mysql:
image: mariadb:11.4
image: mariadb:11.5
restart: always
container_name: misp-mysql
tmpfs:
Expand All @@ -14,7 +14,7 @@ services:
MYSQL_ROOT_PASSWORD: password # Please change for production

redis:
image: redis:7.2
image: redis:7.4
restart: always
container_name: misp-redis
volumes:
Expand Down

0 comments on commit 70dcd2a

Please sign in to comment.