Compare commits

..

1 Commits

Author SHA1 Message Date
83c5475d39 chore(deps): update redis docker tag to v8.2.3 2025-11-03 18:31:19 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
services:
elasticsearch:
image: "docker.elastic.co/elasticsearch/elasticsearch:9.2.1"
image: "docker.elastic.co/elasticsearch/elasticsearch:9.2.0"
environment:
- cluster.name=docker-cluster
- bootstrap.memory_lock=true

View File

@ -109,7 +109,7 @@ services:
entrypoint: /cron.sh
cache:
image: redis:8.2.2-alpine
image: redis:8.2.3-alpine
networks:
- internal
volumes: