File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ RUN set -x \
20
20
&& chmod +x /usr/local/bin/gosu \
21
21
&& gosu nobody true
22
22
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
26
26
27
27
RUN apt-get update && apt-get install -y libc6-i386 --no-install-recommends && rm -rf /var/lib/apt/lists/*
28
28
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ RUN set -x \
20
20
&& chmod +x /usr/local/bin/gosu \
21
21
&& gosu nobody true
22
22
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
26
26
27
27
# for redis-sentinel see: http://redis.io/topics/sentinel
28
28
RUN buildDeps='gcc libc6-dev make' \
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ RUN addgroup -S redis && adduser -S -G redis redis
6
6
# grab su-exec for easy step-down from root
7
7
RUN apk add --no-cache 'su-exec>=0.2'
8
8
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
12
12
13
13
# for redis-sentinel see: http://redis.io/topics/sentinel
14
14
RUN set -x \
You can’t perform that action at this time.
0 commit comments