Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion compose/python-pipeline-standalone.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
mariadb:
image: ${SEATABLE_DB_IMAGE:-mariadb:11.4.3-noble}
image: ${SEATABLE_DB_IMAGE:-mariadb:11.8.5-noble}
restart: unless-stopped
container_name: mariadb
environment:
Expand Down
4 changes: 2 additions & 2 deletions compose/seatable-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ services:
timeout: 10s

mariadb:
image: ${SEATABLE_DB_IMAGE:-mariadb:11.8.3-noble}
image: ${SEATABLE_DB_IMAGE:-mariadb:11.8.5-noble}
restart: unless-stopped
container_name: mariadb
command: ["mariadbd", "--innodb_snapshot_isolation=OFF"]
Expand Down Expand Up @@ -150,7 +150,7 @@ services:
# more info at https://admin.seatable.com/upgrade/extra-upgrade-notice/

redis:
image: ${SEATABLE_REDIS_IMAGE:-redis:8.2.2-bookworm}
image: ${SEATABLE_REDIS_IMAGE:-redis:8.4.0-bookworm}
restart: unless-stopped
container_name: redis
environment:
Expand Down