Skip to content

Commit 2e6e896

Browse files
Update to 7.2-rc2
1 parent 6e8cdde commit 2e6e896

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

7.2-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 7.2-rc1
30-
ENV REDIS_DOWNLOAD_URL https://github.com/redis/redis/archive/7.2-rc1.tar.gz
31-
ENV REDIS_DOWNLOAD_SHA d94d95c448eeb3dca8b4fd4801f9d2f8bdae0f5f84b2d9f5cfbd48cd6d8d5b43
29+
ENV REDIS_VERSION 7.2-rc2
30+
ENV REDIS_DOWNLOAD_URL https://github.com/redis/redis/archive/7.2-rc2.tar.gz
31+
ENV REDIS_DOWNLOAD_SHA f007f18ef818eb1f220e8893fca3b1314c8178d1189967635419d10561169a3d
3232

3333
RUN set -eux; \
3434
\

7.2-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 7.2-rc1
14-
ENV REDIS_DOWNLOAD_URL https://github.com/redis/redis/archive/7.2-rc1.tar.gz
15-
ENV REDIS_DOWNLOAD_SHA d94d95c448eeb3dca8b4fd4801f9d2f8bdae0f5f84b2d9f5cfbd48cd6d8d5b43
13+
ENV REDIS_VERSION 7.2-rc2
14+
ENV REDIS_DOWNLOAD_URL https://github.com/redis/redis/archive/7.2-rc2.tar.gz
15+
ENV REDIS_DOWNLOAD_SHA f007f18ef818eb1f220e8893fca3b1314c8178d1189967635419d10561169a3d
1616

1717
RUN set -eux; \
1818
\

0 commit comments

Comments
 (0)