Hello,
We have been using in the docker file like this
RUN apk add --no-cache wkhtmltopdf COPY --from=madnight/alpine-wkhtmltopdf-builder:0.12.5-alpine3.10-606718795 \ /bin/wkhtmltopdf /bin/wkhtmltopdf
However, today, we started getting this error on the build
ERROR: unable to select packages: wkhtmltopdf (no such package): required by: world[wkhtmltopdf]
I have tried
Please suggest the fix