Skip to content

Commit

Permalink
build(deps): bump redis from 7.4.0-alpine to 7.4.1-alpine in /redis
Browse files Browse the repository at this point in the history
Bumps redis from 7.4.0-alpine to 7.4.1-alpine.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 60ed056 commit 83b9a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM redis:7.4.0-alpine AS redis
FROM redis:7.4.1-alpine AS redis

COPY redis.conf /usr/local/etc/redis/redis.conf

Expand Down

0 comments on commit 83b9a40

Please sign in to comment.