Skip to content

Commit

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

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Mar 16, 2020
1 parent 342ec26 commit 68db3d1
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 @@ -8,7 +8,7 @@ RUN CGO_ENABLED=0 go build -ldflags '-w -s -extldflags "-static"' -o /healthchec
#

# image used for extracting the latest redis version
FROM redis:5.0.7 AS redistemp
FROM redis:5.0.8 AS redistemp

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

0 comments on commit 68db3d1

Please sign in to comment.