Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update redis:7.0 docker digest to 28a5fff #937

Merged
merged 1 commit into from
Nov 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
env:
NEO4J_AUTH: ${{ env.NEO4J_USERNAME }}/${{ env.NEO4J_PASSWORD }}
redis:
image: redis:7.0@sha256:76a65ef2077aa851df76a86da26d2f1e81fe5a19c7ca749c9d4ccc200e1eac96
image: redis:7.0@sha256:28a5fffab6cdb291786298c70f0f30b42cf615cdf98f93ac686c78fb1154f032
ports:
- 6379:6379
steps:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
NEO4J_AUTH: neo4j/password

redis:
image: redis:7.0@sha256:76a65ef2077aa851df76a86da26d2f1e81fe5a19c7ca749c9d4ccc200e1eac96
image: redis:7.0@sha256:28a5fffab6cdb291786298c70f0f30b42cf615cdf98f93ac686c78fb1154f032
ports:
- target: 6379
published: 6380
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ services:
target: /meili_data

redis:
image: redis:7.0@sha256:76a65ef2077aa851df76a86da26d2f1e81fe5a19c7ca749c9d4ccc200e1eac96
image: redis:7.0@sha256:28a5fffab6cdb291786298c70f0f30b42cf615cdf98f93ac686c78fb1154f032
ports:
- target: 6379
published: 6379
Expand Down