Skip to content

Commit

Permalink
Update redis to 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wodbot committed Jul 30, 2024
1 parent 3acc191 commit 588477e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
REDIS7: '7.2.5'
REDIS7: '7.4.0'
REDIS6: '6.2.14'
REDIS5: '5.0.14'

Expand Down
2 changes: 1 addition & 1 deletion .redis
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
7.2.5#2024-07-25T13:05:00.120606Z
7.4.0#2024-07-30T01:05:57.690504Z
6.2.14#2024-04-26T04:04:24.650069Z
5.0.14#2022-11-16T10:08:19.170953Z
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-include env_make

REDIS_VER ?= 7.2.5
REDIS_VER ?= 7.4.0

TAG ?= $(shell echo "${REDIS_VER}" | grep -oE '^[0-9]+\.[0-9]+')

Expand Down

0 comments on commit 588477e

Please sign in to comment.