Skip to content

Commit

Permalink
chore(deps): update redis:6.2 docker digest to 87f7c6a
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 27, 2024
1 parent efa0641 commit 1737198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
- "5432:5432"

redis:
image: redis:6.2@sha256:d4948d011cc38e94f0aafb8f9a60309bd93034e07d10e0767af534512cf012a9
image: redis:6.2@sha256:87f7c6a53c3896fc09fdfc85ab4228e75db626de6decb25a20b51bc206d13513
restart: always
command: redis-server --port 6380
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
- "listen_addresses=*"
restart: always
redis:
image: redis:6.2@sha256:d4948d011cc38e94f0aafb8f9a60309bd93034e07d10e0767af534512cf012a9
image: redis:6.2@sha256:87f7c6a53c3896fc09fdfc85ab4228e75db626de6decb25a20b51bc206d13513
web:
image: notification-api
restart: always
Expand Down

0 comments on commit 1737198

Please sign in to comment.