Skip to content

Commit 59416b0

Browse files
committed
Update to 3.0.6
1 parent 4e175de commit 59416b0

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.5
21-
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-3.0.5.tar.gz
22-
ENV REDIS_DOWNLOAD_SHA1 ad3ee178c42bfcfd310c72bbddffbbe35db9b4a6
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
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.5
20-
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-3.0.5.tar.gz
21-
ENV REDIS_DOWNLOAD_SHA1 ad3ee178c42bfcfd310c72bbddffbbe35db9b4a6
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
2222

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

0 commit comments

Comments
 (0)