[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 Guohan Lu
parent a35609faaf
commit 0a864966cd
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:5.0.3-3~bpo9+2 \
redis-server=5:6.0.6-1~bpo10+1 \
arping \
ndisc6 \
ethtool \