Skip to content

Commit

Permalink
build(deps): bump redis in /generators/server/resources (#28398)
Browse files Browse the repository at this point in the history
Bumps redis from 7.4.1 to 7.4.2.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent 4b04513 commit 6a64b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/server/resources/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ LABEL ALIAS=hazelcast

FROM memcached:1.6.34-alpine

FROM redis:7.4.1
FROM redis:7.4.2

FROM apache/kafka-native:3.9.0
LABEL ALIAS=kafka
Expand Down

0 comments on commit 6a64b3e

Please sign in to comment.