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 Feb 10, 2025
1 parent e1ec23d commit 009e7f0
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 @@ -90,7 +90,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 009e7f0

Please sign in to comment.