Skip to content

Commit 75ab94d

Browse files
authored
Updating to redis 7.0.12 (#25)
1 parent ae66e53 commit 75ab94d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
env:
99
GO_VERSION: ^1.20
1010
HELM_VERSION: v3.11.2
11-
REDIS_VERSION: 6.2.13
11+
REDIS_VERSION: 7.0.12
1212
CRD_PATH: charts/operator-for-redis/crds/db.ibm.com_redisclusters.yaml
1313
CRD_DIFF: crd.diff
1414

Dockerfile.node

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG REDIS_VERSION=6.2.13
1+
ARG REDIS_VERSION=7.0.12
22
ARG BUILDIMAGE=golang:1.20-bookworm
33
ARG BASEIMAGE=redis:${REDIS_VERSION}-bookworm
44
ARG DOCKER_PROXY_REGISTRY

0 commit comments

Comments
 (0)