Skip to content

Commit

Permalink
Updating version of REDIS to 6.2 in the docker compose files. (#16090)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbackfieldVA authored Mar 26, 2024
1 parent 8253e76 commit 137d71f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose-deps.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.4'
services:
redis:
image: redis:5.0-alpine
image: redis:6.2-alpine
ports:
- "63790:6379"
postgres:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.review.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.4'
services:
redis:
image: redis:5.0-alpine
image: redis:6.2-alpine
restart: unless-stopped
postgres:
image: mdillon/postgis:11-alpine
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.4'
services:
redis:
image: redis:5.0-alpine
image: redis:6.2-alpine
ports:
- "63790:6379"
postgres:
Expand Down
2 changes: 1 addition & 1 deletion docs/setup/native.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Vets API requires:

- Ruby 3.2.3
- PostgreSQL 15.x (including PostGIS 3)
- Redis 5.0.x
- Redis 6.2.x

The most up-to-date versions of each key dependency will be specified in the `docker-compose.yml` [file](https://github.com/department-of-veterans-affairs/vets-api/blob/master/docker-compose.yml) and the `Dockerfile`.

Expand Down

0 comments on commit 137d71f

Please sign in to comment.