Skip to content

Commit ab53760

Browse files
committed
Bump to 3.2.3
1 parent 4c7dd90 commit ab53760

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

3.2/32bit/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ RUN set -x \
2020
&& chmod +x /usr/local/bin/gosu \
2121
&& gosu nobody true
2222

23-
ENV REDIS_VERSION 3.2.2
24-
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-3.2.2.tar.gz
25-
ENV REDIS_DOWNLOAD_SHA1 3141be9757532139f445bd5f6f4fae293bc33d27
23+
ENV REDIS_VERSION 3.2.3
24+
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-3.2.3.tar.gz
25+
ENV REDIS_DOWNLOAD_SHA1 92d6d93ef2efc91e595c8bf578bf72baff397507
2626

2727
RUN apt-get update && apt-get install -y libc6-i386 --no-install-recommends && rm -rf /var/lib/apt/lists/*
2828

3.2/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ RUN set -x \
2020
&& chmod +x /usr/local/bin/gosu \
2121
&& gosu nobody true
2222

23-
ENV REDIS_VERSION 3.2.2
24-
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-3.2.2.tar.gz
25-
ENV REDIS_DOWNLOAD_SHA1 3141be9757532139f445bd5f6f4fae293bc33d27
23+
ENV REDIS_VERSION 3.2.3
24+
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-3.2.3.tar.gz
25+
ENV REDIS_DOWNLOAD_SHA1 92d6d93ef2efc91e595c8bf578bf72baff397507
2626

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

3.2/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 3.2.2
10-
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-3.2.2.tar.gz
11-
ENV REDIS_DOWNLOAD_SHA1 3141be9757532139f445bd5f6f4fae293bc33d27
9+
ENV REDIS_VERSION 3.2.3
10+
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-3.2.3.tar.gz
11+
ENV REDIS_DOWNLOAD_SHA1 92d6d93ef2efc91e595c8bf578bf72baff397507
1212

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

0 commit comments

Comments
 (0)