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

docker/docker-compose.yml: Pin Redis to version 5 #87

Merged
merged 1 commit into from
Mar 6, 2021
Merged

Conversation

alanorth
Copy link
Member

@alanorth alanorth commented Mar 6, 2021

We are currently using redis without a version, which implies the latest version. In effect we deployed this on an image of Redis that is currently twenty-three months (23) old, and is currently listed on the Redis website as being not only old, but "Older".

Eventually we should move to Redis 6.x, but for now let's pin the version to 5 so we don't have any surprises.

@alanorth alanorth added infrastructure Related to server or deployment improvement labels Mar 6, 2021
We are currently using `redis` without a version, which implies the
latest version. In effect we deployed this on an image of Redis that
is currently twenty-three months (23) old, and is currently listed
on the Redis website as being not only old, but "Older".

Eventually we should move to Redis 6.x, but for now let's pin the
version to 5 so we don't have any surprises.
@alanorth alanorth merged commit 6dd21a7 into master Mar 6, 2021
@alanorth alanorth deleted the redis-version branch March 6, 2021 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement infrastructure Related to server or deployment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant