Skip to content

Commit fb352ba

Browse files
build(redis): use alpine 3.21
Signed-off-by: 吴小白 <[email protected]>
1 parent 7faca6a commit fb352ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{ if env.variant == "alpine" then ( -}}
2-
FROM ghcr.io/loong64/alpine:{{ .alpine.version }}
2+
FROM ghcr.io/loong64/alpine:3.21
33
{{ ) else ( -}}
44
FROM ghcr.io/loong64/debian:trixie-slim
55
{{ ) end -}}

0 commit comments

Comments
 (0)