Skip to content

Commit

Permalink
Update 7.2 to 7.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Nov 1, 2023
1 parent 12e802f commit 1af13e5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions 7.2/alpine3.18/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ RUN apk add --no-cache \
# add tzdata for https://github.com/docker-library/redis/issues/138
tzdata

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
ENV REDIS_VERSION 7.2.3
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-7.2.3.tar.gz
ENV REDIS_DOWNLOAD_SHA 3e2b196d6eb4ddb9e743088bfc2915ccbb42d40f5a8a3edd8cb69c716ec34be7

RUN set -eux; \
\
Expand Down
6 changes: 3 additions & 3 deletions 7.2/bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ RUN set -eux; \
gosu --version; \
gosu nobody true

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
ENV REDIS_VERSION 7.2.3
ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-7.2.3.tar.gz
ENV REDIS_DOWNLOAD_SHA 3e2b196d6eb4ddb9e743088bfc2915ccbb42d40f5a8a3edd8cb69c716ec34be7

RUN set -eux; \
\
Expand Down
6 changes: 3 additions & 3 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
"7.2": {
"alpine": "3.18",
"debian": "bookworm",
"downloadUrl": "http://download.redis.io/releases/redis-7.2.2.tar.gz",
"downloadUrl": "http://download.redis.io/releases/redis-7.2.3.tar.gz",
"gosu": {
"version": "1.16"
},
"sha256": "ca999be08800edc6d265379c4c7aafad92f0ee400692e4e2d69829ab4b4c3d08",
"sha256": "3e2b196d6eb4ddb9e743088bfc2915ccbb42d40f5a8a3edd8cb69c716ec34be7",
"variants": [
"bookworm",
"alpine3.18"
],
"version": "7.2.2"
"version": "7.2.3"
}
}

0 comments on commit 1af13e5

Please sign in to comment.