Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
61140a5283 | ||
|
|
40339d4cee | ||
|
|
5f11adaddf | ||
|
|
5c4cafe2a1 | ||
|
|
fe834e5a01 | ||
|
|
51ee0d0e03 | ||
|
|
4c7d0b37f8 | ||
|
|
b12dc746c2 |
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.7.x'
|
python-version: '3.7.x'
|
||||||
|
|
||||||
@@ -68,7 +68,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.7.x'
|
python-version: '3.7.x'
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
FROM mongo:7.0.1
|
FROM mongo:7.0.4
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# dokku mongo [](https://github.com/dokku/dokku-mongo/actions/workflows/ci.yml?query=branch%3Amaster) [](https://webchat.libera.chat/?channels=dokku)
|
# dokku mongo [](https://github.com/dokku/dokku-mongo/actions/workflows/ci.yml?query=branch%3Amaster) [](https://webchat.libera.chat/?channels=dokku)
|
||||||
|
|
||||||
Official mongo plugin for dokku. Currently defaults to installing [mongo 7.0.1](https://hub.docker.com/_/mongo/).
|
Official mongo plugin for dokku. Currently defaults to installing [mongo 7.0.2](https://hub.docker.com/_/mongo/).
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
[plugin]
|
[plugin]
|
||||||
description = "dokku mongo service plugin"
|
description = "dokku mongo service plugin"
|
||||||
version = "1.36.1"
|
version = "1.36.3"
|
||||||
[plugin.config]
|
[plugin.config]
|
||||||
|
|||||||
Reference in New Issue
Block a user