Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f59ba77174 | ||
|
|
60a5f2012e | ||
|
|
b92439331e | ||
|
|
b7193d5b3e | ||
|
|
c77475be54 |
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: actions/setup-python@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.7.x'
|
||||
|
||||
@@ -68,7 +68,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: actions/setup-python@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.7.x'
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
FROM mysql:8.1.0
|
||||
FROM mysql:8.2.0
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[plugin]
|
||||
description = "dokku mysql service plugin"
|
||||
version = "1.36.0"
|
||||
version = "1.37.0"
|
||||
[plugin.config]
|
||||
|
||||
Reference in New Issue
Block a user