Skip to content

Commit b375650

Browse files
committed
Update to 3.0.7
1 parent c31cf95 commit b375650

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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 -fSL "https://github.com/tianon/gosu/releases/do
1717
&& rm /usr/local/bin/gosu.asc \
1818
&& chmod +x /usr/local/bin/gosu
1919

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
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 -fSL "https://github.com/tianon/gosu/releases/do
1616
&& rm /usr/local/bin/gosu.asc \
1717
&& chmod +x /usr/local/bin/gosu
1818

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
2222

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

3.0/alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ RUN apk add --no-cache --virtual .gosu-deps \
2020
&& rm -r ~/.gnupg \
2121
&& apk del .gosu-deps
2222

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
2626

2727
# for redis-sentinel see: http://redis.io/topics/sentinel
2828
RUN set -x \

0 commit comments

Comments
 (0)