Skip to content

Commit

Permalink
[BUMP] Update dependency redis to v7.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pix-service-auto-merge authored May 10, 2024
2 parents d5b3e88 + 805619f commit 0469dd8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ executors:
environment:
POSTGRES_USER: circleci
POSTGRES_HOST_AUTH_METHOD: trust
- image: redis:7.2.3-alpine
- image: redis:7.2.4-alpine
- image: adobe/s3mock:3.5.2
environment:
- initialBuckets=pix-import-test
Expand Down Expand Up @@ -74,7 +74,7 @@ executors:
environment:
POSTGRES_USER: circleci
POSTGRES_HOST_AUTH_METHOD: trust
- image: redis:7.2.3-alpine
- image: redis:7.2.4-alpine
resource_class: medium+
node-postgres-docker:
parameters:
Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
POSTGRES_HOST_AUTH_METHOD: trust

redis:
image: redis:7.2.3-alpine
image: redis:7.2.4-alpine
container_name: pix-api-redis
ports:
- '${PIX_CACHE_PORT:-6379}:6379'
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
POSTGRES_HOST_AUTH_METHOD: trust

redis:
image: redis:7.2.3-alpine
image: redis:7.2.4-alpine
container_name: pix-api-redis
ports:
- '${PIX_CACHE_PORT:-6379}:6379'
Expand Down
2 changes: 1 addition & 1 deletion high-level-tests/e2e/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:

redis:
container_name: pix-e2e-redis
image: redis:7.2.3-alpine
image: redis:7.2.4-alpine

cypress:
container_name: pix-e2e-cypress
Expand Down
2 changes: 1 addition & 1 deletion scalingo.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{
"plan": "redis:redis-sandbox",
"options": {
"version": "7.2.3"
"version": "7.2.4"
}
}
],
Expand Down

0 comments on commit 0469dd8

Please sign in to comment.