We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce52b8 commit b61f59eCopy full SHA for b61f59e
.github/workflows/build_alpine_base_mimalloc.yaml
@@ -47,7 +47,7 @@ jobs:
47
#Repo
48
mkdir -p "/tmp" && pushd "/tmp" >/dev/null 2>&1
49
git clone --filter="blob:none" --depth="1" "https://github.com/pkgforge-dev/alpine-base-mimalloc"
50
- sed '/^FROM/c\FROM alpine:edge' -i "./Dockerfile"
+ sed '/^FROM/c\FROM alpine:edge' -i "./alpine-base-mimalloc/Dockerfile"
51
popd >/dev/null 2>&1
52
continue-on-error: true
53
0 commit comments