Skip to content

Commit 99074fb

Browse files
Revert "chore(deps): update redis docker tag to v7.4.2 (#803)"
This reverts commit d34efd1. Different Redis versions in the same cluster must be avoided. Before upgrading to 7.4, we must implement some checks to avoid different versions in the same cluster.
1 parent 87cb645 commit 99074fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ buildah rm "${container}"
9191
images+=("${repobase}/${reponame}")
9292

9393
echo "Building the Redis image..."
94-
container=$(buildah from docker.io/library/redis:7.4.2-alpine)
94+
container=$(buildah from docker.io/library/redis:7.2.3-alpine)
9595
reponame="redis"
9696
# Reset upstream volume configuration: it is necessary to modify /data contents with our .conf file.
9797
buildah config --volume=/data- "${container}"

0 commit comments

Comments
 (0)