Skip to content

Commit

Permalink
chore(deps): update redis docker tag to v7.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 3, 2025
1 parent 3840c56 commit 97c4af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ buildah rm "${container}"
images+=("${repobase}/${reponame}")

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

0 comments on commit 97c4af2

Please sign in to comment.