Skip to content

Commit 009e7f0

Browse files
chore(deps): update redis docker tag to v7.4.2
1 parent e1ec23d commit 009e7f0

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
@@ -90,7 +90,7 @@ buildah rm "${container}"
9090
images+=("${repobase}/${reponame}")
9191

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

0 commit comments

Comments
 (0)