Skip to content

Commit 082c62d

Browse files
Update to 6.0.0
1 parent 58c15d2 commit 082c62d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

6.0-rc/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ RUN set -eux; \
2626
gosu --version; \
2727
gosu nobody true
2828

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
29+
ENV REDIS_VERSION 6.0.0
30+
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-6.0.0.tar.gz
31+
ENV REDIS_DOWNLOAD_SHA 16d13ec1c3255206deb4818ed444dca6dda1482b551736f0033253c211b788fc
3232

3333
RUN set -eux; \
3434
\

6.0-rc/alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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-rc4
14-
ENV REDIS_DOWNLOAD_URL https://github.com/antirez/redis/archive/6.0-rc4.tar.gz
15-
ENV REDIS_DOWNLOAD_SHA dac1ad1253337c06adf2af7f6ec7d2f54371e6b37b3c3d1c9d8fb4b7713d12a7
13+
ENV REDIS_VERSION 6.0.0
14+
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-6.0.0.tar.gz
15+
ENV REDIS_DOWNLOAD_SHA 16d13ec1c3255206deb4818ed444dca6dda1482b551736f0033253c211b788fc
1616

1717
RUN set -eux; \
1818
\

0 commit comments

Comments
 (0)