File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ RUN set -eux; \
26
26
gosu --version; \
27
27
gosu nobody true
28
28
29
- ENV REDIS_VERSION 6.0-rc3
30
- ENV REDIS_DOWNLOAD_URL https://github.com/antirez/redis/archive/6.0-rc3 .tar.gz
31
- ENV REDIS_DOWNLOAD_SHA a81f92ed0aeb2ecab1488ce916725da1283fa86c3ff43828430e77ce8e612534
29
+ ENV REDIS_VERSION 6.0-rc4
30
+ ENV REDIS_DOWNLOAD_URL https://github.com/antirez/redis/archive/6.0-rc4 .tar.gz
31
+ ENV REDIS_DOWNLOAD_SHA dac1ad1253337c06adf2af7f6ec7d2f54371e6b37b3c3d1c9d8fb4b7713d12a7
32
32
33
33
RUN set -eux; \
34
34
\
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ RUN apk add --no-cache \
10
10
# add tzdata for https://github.com/docker-library/redis/issues/138
11
11
tzdata
12
12
13
- ENV REDIS_VERSION 6.0-rc3
14
- ENV REDIS_DOWNLOAD_URL https://github.com/antirez/redis/archive/6.0-rc3 .tar.gz
15
- ENV REDIS_DOWNLOAD_SHA a81f92ed0aeb2ecab1488ce916725da1283fa86c3ff43828430e77ce8e612534
13
+ ENV REDIS_VERSION 6.0-rc4
14
+ ENV REDIS_DOWNLOAD_URL https://github.com/antirez/redis/archive/6.0-rc4 .tar.gz
15
+ ENV REDIS_DOWNLOAD_SHA dac1ad1253337c06adf2af7f6ec7d2f54371e6b37b3c3d1c9d8fb4b7713d12a7
16
16
17
17
RUN set -eux; \
18
18
\
You can’t perform that action at this time.
0 commit comments