[redis] Upgrade redis version (#5060)

buster-backports updated and the old version disappeared
This commit is contained in:
Qi Luo 2020-07-28 20:50:31 -07:00 committed by GitHub
parent 97f15576fb
commit 48b5792b07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ RUN apt-get update && \
python-pkg-resources \
python-meld3 \
# Install redis-tools
redis-tools=5:6.0.5-1~bpo10+1 \
redis-tools=5:6.0.6-1~bpo10+1 \
# common dependencies
libpython2.7 \
libdaemon0 \

View File

@ -11,7 +11,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update
# install redis-server
RUN apt-get install -y redis-server=5:6.0.5-1~bpo10+1
RUN apt-get install -y redis-server=5:6.0.6-1~bpo10+1
{% if docker_database_debs.strip() -%}
# Copy locally-built Debian package dependencies

View File

@ -13,7 +13,7 @@ RUN echo "deb http://packages.microsoft.com/repos/sonic-dev/ jessie main" >> /et
RUN apt-get update
RUN apt-get install -y net-tools \
redis-server=5:6.0.5-1~bpo10+1 \
redis-server=5:6.0.6-1~bpo10+1 \
arping \
ndisc6 \
ethtool \