Skip to content

Commit

Permalink
Update to 7.2-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed May 15, 2023
1 parent 6e8cdde commit 2e6e896
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions 7.2-rc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ RUN set -eux; \
gosu --version; \
gosu nobody true

ENV REDIS_VERSION 7.2-rc1
ENV REDIS_DOWNLOAD_URL https://github.com/redis/redis/archive/7.2-rc1.tar.gz
ENV REDIS_DOWNLOAD_SHA d94d95c448eeb3dca8b4fd4801f9d2f8bdae0f5f84b2d9f5cfbd48cd6d8d5b43
ENV REDIS_VERSION 7.2-rc2
ENV REDIS_DOWNLOAD_URL https://github.com/redis/redis/archive/7.2-rc2.tar.gz
ENV REDIS_DOWNLOAD_SHA f007f18ef818eb1f220e8893fca3b1314c8178d1189967635419d10561169a3d

RUN set -eux; \
\
Expand Down
6 changes: 3 additions & 3 deletions 7.2-rc/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ RUN apk add --no-cache \
# add tzdata for https://github.com/docker-library/redis/issues/138
tzdata

ENV REDIS_VERSION 7.2-rc1
ENV REDIS_DOWNLOAD_URL https://github.com/redis/redis/archive/7.2-rc1.tar.gz
ENV REDIS_DOWNLOAD_SHA d94d95c448eeb3dca8b4fd4801f9d2f8bdae0f5f84b2d9f5cfbd48cd6d8d5b43
ENV REDIS_VERSION 7.2-rc2
ENV REDIS_DOWNLOAD_URL https://github.com/redis/redis/archive/7.2-rc2.tar.gz
ENV REDIS_DOWNLOAD_SHA f007f18ef818eb1f220e8893fca3b1314c8178d1189967635419d10561169a3d

RUN set -eux; \
\
Expand Down

0 comments on commit 2e6e896

Please sign in to comment.