Skip to content

Commit

Permalink
chore(deps): bump redis from 7.2.3 to 7.2.4
Browse files Browse the repository at this point in the history
Bumps redis from 7.2.3 to 7.2.4.

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
1 parent 06e5a0e commit cbadccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN CGO_ENABLED=0 go build -trimpath -ldflags '-w -s -extldflags "-static"' -o /
#

# image used for extracting the latest redis version
FROM redis:7.2.3 AS redistemp
FROM redis:7.2.4 AS redistemp

# make a pipe fail on the first failure
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down

0 comments on commit cbadccb

Please sign in to comment.