Skip to content

Commit

Permalink
Update to 6.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Jul 10, 2023
1 parent b1094a3 commit f2da875
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions 6.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 6.2.12
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-6.2.12.tar.gz
ENV REDIS_DOWNLOAD_SHA 75352eef41e97e84bfa94292cbac79e5add5345fc79787df5cbdff703353fb1b
ENV REDIS_VERSION 6.2.13
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-6.2.13.tar.gz
ENV REDIS_DOWNLOAD_SHA 89ff27c80d420456a721ccfb3beb7cc628d883c53059803513749e13214a23d1

RUN set -eux; \
\
Expand Down
6 changes: 3 additions & 3 deletions 6.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 6.2.12
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-6.2.12.tar.gz
ENV REDIS_DOWNLOAD_SHA 75352eef41e97e84bfa94292cbac79e5add5345fc79787df5cbdff703353fb1b
ENV REDIS_VERSION 6.2.13
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-6.2.13.tar.gz
ENV REDIS_DOWNLOAD_SHA 89ff27c80d420456a721ccfb3beb7cc628d883c53059803513749e13214a23d1

RUN set -eux; \
\
Expand Down

0 comments on commit f2da875

Please sign in to comment.