Skip to content

Commit

Permalink
Update to 7.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Oct 18, 2023
1 parent 1bca858 commit f00ff05
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.1
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-7.2.1.tar.gz
ENV REDIS_DOWNLOAD_SHA 5c76d990a1b1c5f949bcd1eed90d0c8a4f70369bdbdcb40288c561ddf88967a4
ENV REDIS_VERSION 7.2.2
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-7.2.2.tar.gz
ENV REDIS_DOWNLOAD_SHA ca999be08800edc6d265379c4c7aafad92f0ee400692e4e2d69829ab4b4c3d08

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.1
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-7.2.1.tar.gz
ENV REDIS_DOWNLOAD_SHA 5c76d990a1b1c5f949bcd1eed90d0c8a4f70369bdbdcb40288c561ddf88967a4
ENV REDIS_VERSION 7.2.2
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-7.2.2.tar.gz
ENV REDIS_DOWNLOAD_SHA ca999be08800edc6d265379c4c7aafad92f0ee400692e4e2d69829ab4b4c3d08

RUN set -eux; \
\
Expand Down

0 comments on commit f00ff05

Please sign in to comment.