Upgrade to Redis 6.2.6.

Closes #2272
This commit is contained in:
Mark Paluch
2022-02-22 14:14:58 +01:00
parent bb249934c7
commit 2a1be5d6fe

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
REDIS_VERSION:=6.2.4
REDIS_VERSION:=6.2.6
SPRING_PROFILE?=ci
SHELL=/bin/bash -euo pipefail