Skip to content

Commit

Permalink
feat(valkey): bump to version 7.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
f-bn committed Aug 15, 2024
1 parent a7dc9f2 commit 9314fee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-valkey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
packages: write
strategy:
matrix:
version: ['7.2.5']
version: ['7.2.6']
steps:
- name: Check-out repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion valkey/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM docker.io/gcc:13.2 AS build

ARG TARGETOS
ARG TARGETARCH
ARG VERSION="7.2.5"
ARG VERSION="7.2.6"

WORKDIR /build

Expand Down

0 comments on commit 9314fee

Please sign in to comment.