Skip to content

Commit 26b6746

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

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
4141
if [ "$need_update" = true ]; then
4242
git status
43-
git commit -am "build(app): bump app to latest"
43+
git add .
44+
git commit -m "build(app): bump app to latest"
4445
git push origin ${{ github.event.pull_request.head.ref }}
4546
fi
4647
env:

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)