Skip to content

Commit

Permalink
Update memcached to 1.6.21 (#2231)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jun 26, 2023
1 parent a1db0a8 commit 7d420d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ services:
- "sentry-smtp-log:/var/log/exim4"
memcached:
<<: *restart_policy
image: "memcached:1.6.9-alpine"
image: "memcached:1.6.21-alpine"
command: ["-I", "${SENTRY_MAX_EXTERNAL_SOURCEMAP_SIZE:-1M}"]
healthcheck:
<<: *healthcheck_defaults
Expand Down

0 comments on commit 7d420d4

Please sign in to comment.