File tree 2 files changed +6
-6
lines changed 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ RUN curl -o /usr/local/bin/gosu -SL "https://github.com/tianon/gosu/releases/dow
17
17
&& rm /usr/local/bin/gosu.asc \
18
18
&& chmod +x /usr/local/bin/gosu
19
19
20
- ENV REDIS_VERSION 3.0.2
21
- ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-3.0.2 .tar.gz
22
- ENV REDIS_DOWNLOAD_SHA1 a38755fe9a669896f7c5d8cd3ebbf76d59712002
20
+ ENV REDIS_VERSION 3.0.3
21
+ ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-3.0.3 .tar.gz
22
+ ENV REDIS_DOWNLOAD_SHA1 0e2d7707327986ae652df717059354b358b83358
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 -SL "https://github.com/tianon/gosu/releases/dow
16
16
&& rm /usr/local/bin/gosu.asc \
17
17
&& chmod +x /usr/local/bin/gosu
18
18
19
- ENV REDIS_VERSION 3.0.2
20
- ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-3.0.2 .tar.gz
21
- ENV REDIS_DOWNLOAD_SHA1 a38755fe9a669896f7c5d8cd3ebbf76d59712002
19
+ ENV REDIS_VERSION 3.0.3
20
+ ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-3.0.3 .tar.gz
21
+ ENV REDIS_DOWNLOAD_SHA1 0e2d7707327986ae652df717059354b358b83358
22
22
23
23
# for redis-sentinel see: http://redis.io/topics/sentinel
24
24
RUN buildDeps='gcc libc6-dev make' \
You can’t perform that action at this time.
0 commit comments