diff --git a/Dockerfile b/Dockerfile index cd2e41c..2889b94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,6 +60,7 @@ RUN sed -i -e 's/_phpver2=82/_phpver2=zts82/' APKBUILD # make unit-php82 find the lphpzts82.so # hadolint ignore=SC2016 RUN sed -i -e 's/.\/configure php --module=php\$_phpver2/sed -i -e "s\/lphp\/lphpzts\/g" auto\/modules\/php \&\& .\/configure php --module=php\$_phpver2/g' APKBUILD +RUN sed -i -e 's/unit.nginx.org\/download\/unit-/github.com\/nginx\/unit\/archive\/refs\/tags\//g' APKBUILD RUN abuild checksum && abuild -r FROM alpine:3.18.5