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 @@ -26,9 +26,9 @@ RUN set -eux; \
26
26
gosu --version; \
27
27
gosu nobody true
28
28
29
- ENV REDIS_VERSION 5.0.8
30
- ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-5.0.8 .tar.gz
31
- ENV REDIS_DOWNLOAD_SHA f3c7eac42f433326a8d981b50dba0169fdfaf46abb23fcda2f933a7552ee4ed7
29
+ ENV REDIS_VERSION 5.0.9
30
+ ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-5.0.9 .tar.gz
31
+ ENV REDIS_DOWNLOAD_SHA 53d0ae164cd33536c3d4b720ae9a128ea6166ebf04ff1add3b85f1242090cb85
32
32
33
33
RUN set -eux; \
34
34
\
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 5.0.8
30
- ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-5.0.8 .tar.gz
31
- ENV REDIS_DOWNLOAD_SHA f3c7eac42f433326a8d981b50dba0169fdfaf46abb23fcda2f933a7552ee4ed7
29
+ ENV REDIS_VERSION 5.0.9
30
+ ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-5.0.9 .tar.gz
31
+ ENV REDIS_DOWNLOAD_SHA 53d0ae164cd33536c3d4b720ae9a128ea6166ebf04ff1add3b85f1242090cb85
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 5.0.8
14
- ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-5.0.8 .tar.gz
15
- ENV REDIS_DOWNLOAD_SHA f3c7eac42f433326a8d981b50dba0169fdfaf46abb23fcda2f933a7552ee4ed7
13
+ ENV REDIS_VERSION 5.0.9
14
+ ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-5.0.9 .tar.gz
15
+ ENV REDIS_DOWNLOAD_SHA 53d0ae164cd33536c3d4b720ae9a128ea6166ebf04ff1add3b85f1242090cb85
16
16
17
17
RUN set -eux; \
18
18
\
You can’t perform that action at this time.
0 commit comments