Compare commits

...

3 Commits

Author SHA1 Message Date
Christian Morales Guerrero 632e58583d
Merge 5c2cee0a52 into c9b4ee2e42 2024-04-22 00:03:29 +02:00
Stefano Ortolani c9b4ee2e42 Replace redis image with valkey 2024-04-21 13:18:11 +01:00
Stefano Ortolani e407e127d3 Bump MISP 2024-04-20 19:54:43 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ services:
- "SMARTHOST_ALIASES=${SMARTHOST_ALIASES}"
redis:
image: redis:7.2
image: valkey/valkey:7.2
db:
# We use MariaDB because it supports ARM and has the expected collations

View File

@ -2,7 +2,7 @@
# Build-time variables
##
CORE_TAG=v2.4.189
CORE_TAG=v2.4.190
MODULES_TAG=v2.4.188
PHP_VER=20190902
LIBFAUP_COMMIT=3a26d0a