1.23.3 image does not start: loadable library and perl binaries are mismatched

The recent refresh of :latest from 9 days ago is completely broken:

❱❱❱ podman run -it --rm quay.io/jitesoft/nginx
Creating configuration from /usr/local/default.template
Starting...
nginx.c: loadable library and perl binaries are mismatched (got first handshake key 0xeb00080, needed 0xeb80080)

I'm not familiar with Alpine, but this just smells like you built the image at a bad time while there was some perl update going on?

I suggest to add a smoke test to your .gitlab-ci.yml which tries to start the container and do a curl request against it before tagging/publishing. Happy to expand if you are interested.

Thanks!