Skip to content

Commit

Permalink
Update valkey to 7.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wodbot committed Aug 2, 2024
1 parent 290da5a commit c0a732a
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 }}
VALKEY72: '7.2.5'
VALKEY72: '7.2.6'

jobs:
valkey72:
Expand Down
2 changes: 1 addition & 1 deletion .valkey
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.2.5#2024-07-30T21:24:34.264418Z
7.2.6#2024-08-01T23:46:14.139291Z
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-include env_make

VALKEY_VER ?= 7.2.5
VALKEY_VER ?= 7.2.6

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

Expand Down

0 comments on commit c0a732a

Please sign in to comment.