Surnet / docker-wkhtmltopdf

wkhtmltopdf for multiple base images
https://hub.docker.com/u/surnet/
MIT License
360 stars 65 forks source link

Release update for alpine:3.16 #26

Closed jtormey closed 2 years ago

jtormey commented 2 years ago

Hi! I've been running this flawlessly on version 3.15, however I'm now attempting to update my builder image to 3.16 (as a result of updating other dependencies) and doing so introduces errors on container start. From my tests and searching around, this is due to differences in alpine versions.

Would it be possible to release an update in order to support alpine 3.16? Thank you!

Relevant SO post with the exact error + suggested resolution: https://stackoverflow.com/questions/72609505/issue-with-building-elixir-and-beam-on-alpine-linux

chdanielmueller commented 2 years ago

I'm trying to run a build right now. Will keep you updated

chdanielmueller commented 2 years ago

3.16.0-0.12.6-small and 3.16.0-0.12.6-full are now uploaded. If you are happy with the images please close the issue afterwards.

jtormey commented 2 years ago

Works beautifully! Thank you!