Upgraded to MongoDB 7.0.5 at Snap Candidate and Docker.

Thanks to MongoDB developers !
This commit is contained in:
Lauri Ojansivu 2024-01-27 20:39:29 +02:00
parent c19cde53d6
commit f624211620
2 changed files with 2 additions and 2 deletions

View file

@ -91,7 +91,7 @@ services:
wekandb: wekandb:
#------------------------------------------------------------------------------------- #-------------------------------------------------------------------------------------
# ==== MONGODB FROM DOCKER HUB ==== # ==== MONGODB FROM DOCKER HUB ====
image: mongo:6 image: mongo:7
#------------------------------------------------------------------------------------- #-------------------------------------------------------------------------------------
container_name: wekan-db container_name: wekan-db
restart: always restart: always

View file

@ -65,7 +65,7 @@ apps:
parts: parts:
mongodb: mongodb:
source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2004-6.0.12.tgz source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2004-7.0.5.tgz
plugin: dump plugin: dump
stage-packages: stage-packages:
- libssl1.1 - libssl1.1