Skip to content

Commit

Permalink
feat(docker): update redis docker tag to v7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 20, 2023
1 parent 0e86bd0 commit 4235b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .redisimageBuild/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#ddev-generated - Do not modify this file; your modifications will be overwritten.

### DDEV-injected base Dockerfile contents
FROM redis:7.0.12-alpine as base
FROM redis:7.2.0-alpine as base

# Copy our custom entrypoint
RUN chmod +x /usr/local/bin/docker-entrypoint.sh
Expand Down

0 comments on commit 4235b96

Please sign in to comment.