Skip to content

Commit b61f59e

Browse files
authored
fix
1 parent fce52b8 commit b61f59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_alpine_base_mimalloc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
#Repo
4848
mkdir -p "/tmp" && pushd "/tmp" >/dev/null 2>&1
4949
git clone --filter="blob:none" --depth="1" "https://github.com/pkgforge-dev/alpine-base-mimalloc"
50-
sed '/^FROM/c\FROM alpine:edge' -i "./Dockerfile"
50+
sed '/^FROM/c\FROM alpine:edge' -i "./alpine-base-mimalloc/Dockerfile"
5151
popd >/dev/null 2>&1
5252
continue-on-error: true
5353

0 commit comments

Comments
 (0)