Skip to content

Commit

Permalink
Update redis Docker tag to v7.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 11, 2023
1 parent e855f94 commit ae4b778
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ services:
redis:
container_name: redis
# https://hub.docker.com/_/redis/
image: redis:7.0.12-alpine
image: redis:7.0.13-alpine
# Messages after starting the redis-server
# WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
# Hide Redis `notice` log level startup output spam.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"json-e": "4.4.3",
"json-schema-defaults": "0.4.0",
"lodash": "4.17.21",
"mobx": "6.10.2",
"mobx": "6.10.0",
"moment": "2.29.4",
"numeral": "2.0.6",
"pako": "2.0.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7677,10 +7677,10 @@ mobx-react@^7.2.0:
dependencies:
mobx-react-lite "^3.4.0"

mobx@6.10.2:
version "6.10.2"
resolved "https://registry.yarnpkg.com/mobx/-/mobx-6.10.2.tgz#96e123deef140750360ca9a5b02a8b91fbffd4d9"
integrity sha512-B1UGC3ieK3boCjnMEcZSwxqRDMdzX65H/8zOHbuTY8ZhvrIjTUoLRR2TP2bPqIgYRfb3+dUigu8yMZufNjn0LQ==
mobx@6.10.0:
version "6.10.0"
resolved "https://registry.yarnpkg.com/mobx/-/mobx-6.10.0.tgz#3537680fe98d45232cc19cc8f76280bd8bb6b0b7"
integrity sha512-WMbVpCMFtolbB8swQ5E2YRrU+Yu8iLozCVx3CdGjbBKlP7dFiCSuiG06uea3JCFN5DnvtAX7+G5Bp82e2xu0ww==

moment@2.29.4, moment@>=1.6.0:
version "2.29.4"
Expand Down

0 comments on commit ae4b778

Please sign in to comment.