Skip to content

Commit

Permalink
chore(deps): bump memcached and redis to latest patch versions (getse…
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtro authored and ngudbhav committed Apr 20, 2024
1 parent 85ac0f6 commit 526147e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,15 @@ services:
- "sentry-smtp-log:/var/log/exim4"
memcached:
<<: *restart_policy
image: "memcached:1.6.21-alpine"
image: "memcached:1.6.26-alpine"
command: ["-I", "${SENTRY_MAX_EXTERNAL_SOURCEMAP_SIZE:-1M}"]
healthcheck:
<<: *healthcheck_defaults
# From: https://stackoverflow.com/a/31877626/5155484
test: echo stats | nc 127.0.0.1 11211
redis:
<<: *restart_policy
image: "redis:6.2.13-alpine"
image: "redis:6.2.14-alpine"
healthcheck:
<<: *healthcheck_defaults
test: redis-cli ping
Expand Down

0 comments on commit 526147e

Please sign in to comment.