Skip to content

Commit 549d147

Browse files
committed
Merge pull request #29 from gerardorochin/update_3_0_3
Update version to 3.0.3
2 parents 9680804 + 37efc31 commit 549d147

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

3.0/32bit/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ RUN curl -o /usr/local/bin/gosu -SL "https://github.com/tianon/gosu/releases/dow
1717
&& rm /usr/local/bin/gosu.asc \
1818
&& chmod +x /usr/local/bin/gosu
1919

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
2323

2424
# for redis-sentinel see: http://redis.io/topics/sentinel
2525
RUN buildDeps='gcc gcc-multilib libc6-dev-i386 make' \

3.0/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ RUN curl -o /usr/local/bin/gosu -SL "https://github.com/tianon/gosu/releases/dow
1616
&& rm /usr/local/bin/gosu.asc \
1717
&& chmod +x /usr/local/bin/gosu
1818

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
2222

2323
# for redis-sentinel see: http://redis.io/topics/sentinel
2424
RUN buildDeps='gcc libc6-dev make' \

0 commit comments

Comments
 (0)