Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

Commit 4235b96

Browse files
feat(docker): update redis docker tag to v7.2.0
1 parent 0e86bd0 commit 4235b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.redisimageBuild/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#ddev-generated - Do not modify this file; your modifications will be overwritten.
33

44
### DDEV-injected base Dockerfile contents
5-
FROM redis:7.0.12-alpine as base
5+
FROM redis:7.2.0-alpine as base
66

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

0 commit comments

Comments
 (0)