Skip to content

Commit

Permalink
chore(deps): update redis docker tag to v6.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 12, 2021
1 parent 0b443e6 commit 5b8804e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/redis/index.ts
Expand Up @@ -7,8 +7,8 @@ import type {
import { create as createApp } from "@socialgouv/kosko-charts/components/app";
import { merge } from "@socialgouv/kosko-charts/utils/@kosko/env/merge";

// renovate: datasource=docker depName=redis versioning=6.2.5-alpine3.14
const REDIS_VERSION = "6.2.5-alpine3.14";
// renovate: datasource=docker depName=redis versioning=6.2.6
const REDIS_VERSION = "6.2.6";

const redisConfig: Partial<AppConfig> = {
container: {
Expand Down

0 comments on commit 5b8804e

Please sign in to comment.