build(deps): bump redis in /Containers/redis

Bumps redis from 8.2.3-alpine to 8.4.0-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-11-19 04:14:58 +00:00 committed by GitHub
parent 7560694535
commit d5a6fd04a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:latest
# From https://github.com/redis/docker-library-redis/blob/release/8.2/alpine/Dockerfile
FROM redis:8.2.3-alpine
FROM redis:8.4.0-alpine
COPY --chmod=775 start.sh /start.sh