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

Set the tag of Docker base image: Redis to 6-alpine #427

Merged
merged 1 commit into from
Aug 18, 2021

Commits on Aug 17, 2021

  1. Set the tag of Docker base image: Redis to 6-alpine

    Redis 6.0.4 is a little bit dated, there are some security
    updates in the futures versions.
    
    Set the image tag to 6-alpine, instead of 6.0.15-alpine or 6.2.5-alpine,
    so that we don't need to manually follow the minor and patch versions
    manually, will be more convenient.
    
    (Could use with `--pull` parameter when building the image, so that
    Docker will always check the latest 6-alpine)
    PeterDaveHello committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    e9a4af5 View commit details
    Browse the repository at this point in the history