File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ RUN curl -o /usr/local/bin/gosu -fSL "https://github.com/tianon/gosu/releases/do
17
17
&& rm /usr/local/bin/gosu.asc \
18
18
&& chmod +x /usr/local/bin/gosu
19
19
20
- ENV REDIS_VERSION 3.0.6
21
- ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-3.0.6 .tar.gz
22
- ENV REDIS_DOWNLOAD_SHA1 4b1c7b1201984bca8f7f9c6c58862f6928cf0a25
20
+ ENV REDIS_VERSION 3.0.7
21
+ ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-3.0.7 .tar.gz
22
+ ENV REDIS_DOWNLOAD_SHA1 e56b4b7e033ae8dbf311f9191cf6fdf3ae974d1c
23
23
24
24
# for redis-sentinel see: http://redis.io/topics/sentinel
25
25
RUN buildDeps='gcc gcc-multilib libc6-dev-i386 make' \
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ RUN curl -o /usr/local/bin/gosu -fSL "https://github.com/tianon/gosu/releases/do
16
16
&& rm /usr/local/bin/gosu.asc \
17
17
&& chmod +x /usr/local/bin/gosu
18
18
19
- ENV REDIS_VERSION 3.0.6
20
- ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-3.0.6 .tar.gz
21
- ENV REDIS_DOWNLOAD_SHA1 4b1c7b1201984bca8f7f9c6c58862f6928cf0a25
19
+ ENV REDIS_VERSION 3.0.7
20
+ ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-3.0.7 .tar.gz
21
+ ENV REDIS_DOWNLOAD_SHA1 e56b4b7e033ae8dbf311f9191cf6fdf3ae974d1c
22
22
23
23
# for redis-sentinel see: http://redis.io/topics/sentinel
24
24
RUN buildDeps='gcc libc6-dev make' \
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ RUN apk add --no-cache --virtual .gosu-deps \
20
20
&& rm -r ~/.gnupg \
21
21
&& apk del .gosu-deps
22
22
23
- ENV REDIS_VERSION 3.0.6
24
- ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-3.0.6 .tar.gz
25
- ENV REDIS_DOWNLOAD_SHA1 4b1c7b1201984bca8f7f9c6c58862f6928cf0a25
23
+ ENV REDIS_VERSION 3.0.7
24
+ ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-3.0.7 .tar.gz
25
+ ENV REDIS_DOWNLOAD_SHA1 e56b4b7e033ae8dbf311f9191cf6fdf3ae974d1c
26
26
27
27
# for redis-sentinel see: http://redis.io/topics/sentinel
28
28
RUN set -x \
You can’t perform that action at this time.
0 commit comments