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; \
2626 gosu --version; \
2727 gosu nobody true
2828
29- ENV REDIS_VERSION 6.0.18
30- ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-6.0.18 .tar.gz
31- ENV REDIS_DOWNLOAD_SHA d7b4f2a97fcab96727284092b0a4aa854af47d570803fa0e7a0345359743836e
29+ ENV REDIS_VERSION 6.0.19
30+ ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-6.0.19 .tar.gz
31+ ENV REDIS_DOWNLOAD_SHA 55e26318c3d9c53a77a6e802f60524afdddd057a2e965cebcf781a0a72f0e3e6
3232
3333RUN set -eux; \
3434 \
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ RUN apk add --no-cache \
1010# add tzdata for https://github.com/docker-library/redis/issues/138
1111 tzdata
1212
13- ENV REDIS_VERSION 6.0.18
14- ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-6.0.18 .tar.gz
15- ENV REDIS_DOWNLOAD_SHA d7b4f2a97fcab96727284092b0a4aa854af47d570803fa0e7a0345359743836e
13+ ENV REDIS_VERSION 6.0.19
14+ ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-6.0.19 .tar.gz
15+ ENV REDIS_DOWNLOAD_SHA 55e26318c3d9c53a77a6e802f60524afdddd057a2e965cebcf781a0a72f0e3e6
1616
1717RUN set -eux; \
1818 \
You can’t perform that action at this time.
0 commit comments