Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4ced6bd2e7 | ||
|
|
4e92b82fa9 | ||
|
|
091e870dac | ||
|
|
94aaf2559c | ||
|
|
d1936e8756 | ||
|
|
3f90d6ca6b | ||
|
|
603af87bd1 | ||
|
|
1a6536d398 |
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
DOKKU_VERSION: master
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@@ -64,7 +64,7 @@ jobs:
|
||||
DOKKU_TAG: v0.19.0
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
FROM redis:8.0.3
|
||||
FROM redis:8.2.1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# dokku redis [](https://github.com/dokku/dokku-redis/actions/workflows/ci.yml?query=branch%3Amaster) [](https://webchat.libera.chat/?channels=dokku)
|
||||
|
||||
Official redis plugin for dokku. Currently defaults to installing [redis 8.0.3](https://hub.docker.com/_/redis/).
|
||||
Official redis plugin for dokku. Currently defaults to installing [redis 8.2.1](https://hub.docker.com/_/redis/).
|
||||
|
||||
## Requirements
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[plugin]
|
||||
description = "dokku redis service plugin"
|
||||
version = "1.40.2"
|
||||
version = "1.40.4"
|
||||
[plugin.config]
|
||||
|
||||
Reference in New Issue
Block a user