Skip to content

Commit

Permalink
Update to 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Sep 6, 2023
1 parent 1393809 commit 92c70b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions 7.2/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.0
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-7.2.0.tar.gz
ENV REDIS_DOWNLOAD_SHA 8b12e242647635b419a0e1833eda02b65bf64e39eb9e509d9db4888fb3124943
ENV REDIS_VERSION 7.2.1
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-7.2.1.tar.gz
ENV REDIS_DOWNLOAD_SHA 5c76d990a1b1c5f949bcd1eed90d0c8a4f70369bdbdcb40288c561ddf88967a4

RUN set -eux; \
\
Expand Down
6 changes: 3 additions & 3 deletions 7.2/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.0
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-7.2.0.tar.gz
ENV REDIS_DOWNLOAD_SHA 8b12e242647635b419a0e1833eda02b65bf64e39eb9e509d9db4888fb3124943
ENV REDIS_VERSION 7.2.1
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-7.2.1.tar.gz
ENV REDIS_DOWNLOAD_SHA 5c76d990a1b1c5f949bcd1eed90d0c8a4f70369bdbdcb40288c561ddf88967a4

RUN set -eux; \
\
Expand Down

0 comments on commit 92c70b4

Please sign in to comment.