Skip to content

Commit 1e20bfb

Browse files
Update to 4.0.9
1 parent 5fc55af commit 1e20bfb

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

4.0/32bit/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ RUN set -ex; \
2525
\
2626
apt-get purge -y --auto-remove $fetchDeps
2727

28-
ENV REDIS_VERSION 4.0.8
29-
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-4.0.8.tar.gz
30-
ENV REDIS_DOWNLOAD_SHA ff0c38b8c156319249fec61e5018cf5b5fe63a65b61690bec798f4c998c232ad
28+
ENV REDIS_VERSION 4.0.9
29+
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-4.0.9.tar.gz
30+
ENV REDIS_DOWNLOAD_SHA df4f73bc318e2f9ffb2d169a922dec57ec7c73dd07bccf875695dbeecd5ec510
3131

3232
RUN apt-get update && apt-get install -y --no-install-recommends \
3333
libc6-i386 \

4.0/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ RUN set -ex; \
2525
\
2626
apt-get purge -y --auto-remove $fetchDeps
2727

28-
ENV REDIS_VERSION 4.0.8
29-
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-4.0.8.tar.gz
30-
ENV REDIS_DOWNLOAD_SHA ff0c38b8c156319249fec61e5018cf5b5fe63a65b61690bec798f4c998c232ad
28+
ENV REDIS_VERSION 4.0.9
29+
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-4.0.9.tar.gz
30+
ENV REDIS_DOWNLOAD_SHA df4f73bc318e2f9ffb2d169a922dec57ec7c73dd07bccf875695dbeecd5ec510
3131

3232
# for redis-sentinel see: http://redis.io/topics/sentinel
3333
RUN set -ex; \

4.0/alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ RUN addgroup -S redis && adduser -S -G redis redis
66
# grab su-exec for easy step-down from root
77
RUN apk add --no-cache 'su-exec>=0.2'
88

9-
ENV REDIS_VERSION 4.0.8
10-
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-4.0.8.tar.gz
11-
ENV REDIS_DOWNLOAD_SHA ff0c38b8c156319249fec61e5018cf5b5fe63a65b61690bec798f4c998c232ad
9+
ENV REDIS_VERSION 4.0.9
10+
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-4.0.9.tar.gz
11+
ENV REDIS_DOWNLOAD_SHA df4f73bc318e2f9ffb2d169a922dec57ec7c73dd07bccf875695dbeecd5ec510
1212

1313
# for redis-sentinel see: http://redis.io/topics/sentinel
1414
RUN set -ex; \

0 commit comments

Comments
 (0)