Skip to content

Commit 444440d

Browse files
authored
Merge pull request #374 from infosiftr/7.0-ga
Add 7.2 release
2 parents f2da875 + 9b538c3 commit 444440d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

7.2-rc/Dockerfile renamed to 7.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 7.2-rc3
30-
ENV REDIS_DOWNLOAD_URL https://github.com/redis/redis/archive/7.2-rc3.tar.gz
31-
ENV REDIS_DOWNLOAD_SHA d4e116a7c968442523c00c20c65bc541ae8974964f340dbe07993e39e3fd48ef
29+
ENV REDIS_VERSION 7.2.0
30+
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-7.2.0.tar.gz
31+
ENV REDIS_DOWNLOAD_SHA 8b12e242647635b419a0e1833eda02b65bf64e39eb9e509d9db4888fb3124943
3232

3333
RUN set -eux; \
3434
\

7.2-rc/alpine/Dockerfile renamed to 7.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 7.2-rc3
14-
ENV REDIS_DOWNLOAD_URL https://github.com/redis/redis/archive/7.2-rc3.tar.gz
15-
ENV REDIS_DOWNLOAD_SHA d4e116a7c968442523c00c20c65bc541ae8974964f340dbe07993e39e3fd48ef
13+
ENV REDIS_VERSION 7.2.0
14+
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-7.2.0.tar.gz
15+
ENV REDIS_DOWNLOAD_SHA 8b12e242647635b419a0e1833eda02b65bf64e39eb9e509d9db4888fb3124943
1616

1717
RUN set -eux; \
1818
\
File renamed without changes.
File renamed without changes.

generate-stackbrew-library.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -eu
33

44
declare -A aliases=(
5-
[7.0]='7 latest'
5+
[7.2]='7 latest'
66
[6.2]='6'
77
)
88

0 commit comments

Comments
 (0)