Skip to content

Commit

Permalink
Merge pull request #27 from ironPeakServices/dependabot/docker/redis-…
Browse files Browse the repository at this point in the history
…5.0.9

chore(deps): bump redis from 5.0.8 to 5.0.9
  • Loading branch information
hazcod authored Apr 21, 2020
2 parents 716c774 + 16f13c1 commit 59bae24
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.8 AS redistemp
FROM redis:5.0.9 AS redistemp

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

0 comments on commit 59bae24

Please sign in to comment.