Skip to content

Commit e85942d

Browse files
Update to 6.2.8
1 parent 7b6bddd commit e85942d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

6.2/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 6.2.7
30-
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-6.2.7.tar.gz
31-
ENV REDIS_DOWNLOAD_SHA b7a79cc3b46d3c6eb52fa37dde34a4a60824079ebdfb3abfbbfa035947c55319
29+
ENV REDIS_VERSION 6.2.8
30+
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-6.2.8.tar.gz
31+
ENV REDIS_DOWNLOAD_SHA f91ab24bcb42673cb853292eb5d43c2017d11d659854808ed6a529c97297fdfe
3232

3333
RUN set -eux; \
3434
\

6.2/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 6.2.7
14-
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-6.2.7.tar.gz
15-
ENV REDIS_DOWNLOAD_SHA b7a79cc3b46d3c6eb52fa37dde34a4a60824079ebdfb3abfbbfa035947c55319
13+
ENV REDIS_VERSION 6.2.8
14+
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-6.2.8.tar.gz
15+
ENV REDIS_DOWNLOAD_SHA f91ab24bcb42673cb853292eb5d43c2017d11d659854808ed6a529c97297fdfe
1616

1717
RUN set -eux; \
1818
\

0 commit comments

Comments
 (0)