Skip to content

Commit

Permalink
deps(docker): bump redis from 7.0.7 to 7.2.4 in /docker/redis-tools (#…
Browse files Browse the repository at this point in the history
…2692)

Bumps redis from 7.0.7 to 7.2.4.

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 4, 2024
1 parent 63e641d commit b19a57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/redis-tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM redis:7.0.7
FROM redis:7.2.4

RUN apt update
RUN apt install -y npm bash curl redis-tools
Expand Down

0 comments on commit b19a57c

Please sign in to comment.