Skip to content

Commit ba1afce

Browse files
chore(deps): update redis docker tag to v8 (#21)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ignavan39 <ivanignatenko28@gmail.com>
1 parent a7285bc commit ba1afce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ services:
3434

3535
redis:
3636
container_name: mood-diary-redis
37-
image: "redis:7-alpine"
37+
image: "redis:8-alpine"
3838
command: redis-server --requirepass ${REDIS__PASSWORD:-password}
3939
volumes:
4040
- redis_data:/data

0 commit comments

Comments
 (0)