Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5d22b81c47 | |||
|
|
65ae023916 | ||
|
|
40ca47cbe8 | ||
|
|
64882b2e44 | ||
|
|
7775c00c13 | ||
|
|
748c65b115 | ||
|
|
65026b2857 | ||
|
|
88cef01adb | ||
|
|
2530b50c41 | ||
|
|
77c8c588a3 | ||
|
|
e0a70dac5f | ||
|
|
7cf121662e | ||
|
|
19f9c45e5e | ||
|
|
e55e67bbae | ||
|
|
a8694ec140 | ||
|
|
69042b1201 |
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@v5
|
- uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: "3.13"
|
python-version: "3.13"
|
||||||
|
|
||||||
@@ -68,7 +68,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: "3.13"
|
python-version: "3.13"
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/tagged-release.yml
vendored
2
.github/workflows/tagged-release.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v2.3.2
|
uses: softprops/action-gh-release@v2.4.1
|
||||||
with:
|
with:
|
||||||
generate_release_notes: true
|
generate_release_notes: true
|
||||||
make_latest: "true"
|
make_latest: "true"
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
FROM mongo:8.0.13
|
FROM mirror.ccs.tencentyun.com/library/mongo:8.0.15
|
||||||
|
|||||||
@@ -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 8.0.13](https://hub.docker.com/_/mongo/).
|
Official mongo plugin for dokku. Currently defaults to installing [mongo 8.0.15](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.38.11"
|
version = "1.38.13"
|
||||||
[plugin.config]
|
[plugin.config]
|
||||||
|
|||||||
Reference in New Issue
Block a user